Why does StdString.CreateScope call V8SplitProxyNative.InvokeNoThrow? #618
AnsisMalins
started this conversation in
General
Replies: 1 comment
-
Hi @AnsisMalins,
Technically, they create and destroy instances of ClearScript's internal
A few points:
Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
StdString_New
andStdString_Delete
do not interact with V8 at all, they just create and destroy astd::string
. Is that really necessary to be wrapped in an InvokeNoThrow?Beta Was this translation helpful? Give feedback.
All reactions