ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge
wyrichte on ADO_test
Update ChakraCoreStatic.cpp (compare)
wyrichte on Test-PR-webhook---don't-merge
Update ChakraCoreStatic.cpp (compare)
wyrichte on Test-PR-webhook---don't-merge
Update ChakraCoreStatic.cpp (compare)
result
IIRC
try { eval(invalid_code); } catch(err) { ... }
Object.freeze(foo)
, then you need to get a JsValueRef objectObject
referencing the global Object
, and make sure that you pass that as the this
parameter of the freeze
function, since the C api is somewhat like calling freeze.call(Object, yourObject)