ChakraCore.NET
ChakraCore.NET copied to clipboard
A dotnet hosting library for chakra (javascript) engine
I can't seem to find a way to set up the runtime with the AllowScriptInterrupt attribute using the new Hosting API, and it always throws "Cannot disable execution" when calling...
I see this recent update of the readme: https://github.com/JohnMasen/ChakraCore.NET/commit/7e0e2b96b58eb2efe64e870975107b1d944a42a3 I am wondering if and how I should apply these new recommendations to my project which integrates ChakraCore.NET. To begin with,...
I notice a performance bottleneck passing to JS a Dictionary of 1000 items. So after a long investigation I found that the culprit is the context switching registering the type....
Is it possible to retrieve the line and column information of the error thrown from within script? Right now the `JavaScriptException` only has the error message and stacktrace from the...
null reference exception maybe throw if the DebugAdapter is null. root cause is found, will be fixed soon.