Petr Penzin
Petr Penzin
There is a Microsoft repo that has both legacy Chakra and ChakraCore examples: https://github.com/microsoft/Chakra-Samples I know we had a few conversations about it in the past, I think we should...
This can ben only reproduced if `CollectGarbage` (CC-specific aAPI call available only with `-collectGarbage` flag) is used as reviewer in `JSON.parse`. It also gets triggered only if the code above...
What kind of error are you getting? The example is copying a very large array onto itself, it takes a long time to complete, I would assume it can run...
I can reproduce this, though this is a debugger mode test and it fails only in debug mode.
I can confirm this, though the failure is in debug mode only.
What platform are you running this on? Can you add `forOf` example as well?
Thank you, that gives me something to work with, going to investigate.
I can prepro this on `master` using the build script only - direct CMake build does not exhibit the behavior. It also reproduces on 1.12 branch. This also WScript, which...
Seems to have the same effect: ``` $ 6773.js function v0(v1,v2) { try { const v3 = v0(); } catch(v4) { const v7 = String.prototype.localeCompare; const v8 = Reflect.apply(v7,"65537",v4); }...
Neat - thanks for reducing! I don't know what the severity should be on this, left out for now.