ChakraCore
ChakraCore copied to clipboard
ChakraCore is an open source Javascript engine with a C API.
Branch: `master` commit: `c3ead3f8a6e0bb8e32e043adc091c68cba5935e9` Poc is: ``` function attach(f) { (function (r) { WScript.Attach(r); })(f); } async function mainTest(notAttachCall) { if (notAttachCall) { for (let i = 0; i <...
## Version commit id: c3ead3f8a6e0bb8e32e043adc091c68cbarg1935e9 ## Platform Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) ## Build - Debug Mode ``` ./build.sh --debug --static ``` ## PoC ``` function opt(){} for (let...
## System Windows 10 Node v17.3.0. NPM 8.5.0 Cmake 3.22.1 ## Log ``` Build started... 1>------ Build started: Project: Chakra.SCACore, Configuration: Debug x64 ------ 2>------ Build started: Project: Chakra.ICU.Stubdata, Configuration:...
## Version commit id: c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 ## Platform Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) ## Build - Debug Mode ``` ./build.sh --debug --static ``` ## PoC ``` async function opt(arg1) {...
## Version commit id: c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 ## Platform Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) ## Build - Debug Mode ``` ./build.sh --debug --static ``` ## PoC ``` for (let i =...
Set up a cached CMake variable to enable Clang sanitizer.
Version --- Branch : master Version : https://github.com/chakra-core/ChakraCore/commit/c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 Platform --- Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) Build --- - Address Sanitizer=On - Debug ``` ./build.sh -d --static --sanitize=address ``` PoC...
Version --- Branch : master Version : https://github.com/chakra-core/ChakraCore/commit/c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 Platform --- Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) Build --- - Address Sanitizer=On - Release ``` ./build.sh --static --sanitize=address ``` PoC ---...
Version --- Branch : master Version : https://github.com/chakra-core/ChakraCore/commit/c3ead3f8a6e0bb8e32e043adc091c68cba5935e9 Platform --- Ubuntu 20.04.5 LTS (Linux 5.4.0-144-generic x86_64) Build --- - Address Sanitizer=On - Debug ``` ./build.sh -d --static --sanitize=address ``` PoC...