Skip to content

Codegen: fix slight oversight in changes to isPrivate - #22

Open
DocilElm wants to merge 1 commit into
ChatTriggers:masterfrom
DocilElm:fix/getElemFunctionAndThis
Open

Codegen: fix slight oversight in changes to isPrivate#22
DocilElm wants to merge 1 commit into
ChatTriggers:masterfrom
DocilElm:fix/getElemFunctionAndThis

Conversation

@DocilElm

@DocilElm DocilElm commented Jul 25, 2025

Copy link
Copy Markdown

in the latest commit that changes Codegen's getElemFunctionAndThis method there's a BOOLEAN in the param which is just not true this causes an issue with "indexed" callbacks (as i call them)

for example, this is with the current version of ChatTriggers/rhino:
image

you can clearly see that it's attempting to call it with a boolean value at the end

with this fix it will actually work instead of throwing:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant