ChakraCore
ChakraCore copied to clipboard
”JsSetObjectBeforeCollectCallback“ No call
I don't know if my process is wrong,
I tried to register the c# class in jscontext,
Then, create the registered class new in JS, and then release it,
It was found that jssetobjectbeforecollectcallback was not called.
My detailed process is shown below:
1:
I found that "collect" was not printed, and the breakpoint was not hit, so it was not executed at all
I'm not sure if there's something wrong with my JS or there's something missing in chakracore's library. I hope you can find the answer here. Thank you very much for your reply below. Thank you very much!!!
My current project is in “https://github.com/527395632/ChakraRuntime”
@Taritsyn do you have any insight into this? :)