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)
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)
ChakraCoreUtils
unit), it would look like this: JsCallFunction('freeze', [], JsGetProperty(JsGlobal, 'Object'));
JsObjectGetProperty
to avoid the need for the PropertyId rigamorole