ChakraCore
ChakraCore copied to clipboard
ChakraCore is an open source Javascript engine with a C API.
(Originally reported through VS forum, told to report here instead.) If I have the following JavaScript Vue.js code in a UWP app: ``` EventBus.$on("erase-history", (event) => { await clearCacheAsync().then(() =>...
the following poc cause a assertion failure in "debug" build on ubuntu. ``` function main() { const v4 = ` const v214 = async (v215,...v216) => { const v219 =...
the following poc cause a assertion failure in "debug" build on ubuntu. ``` function main() { const v0 = async () => { const v1 = ` const v2 =...
the following poc cause a assertion failure in "debug" build on ubuntu. ``` function main() { const v3 = [-3290630866,-3290630866,-3290630866,-3290630866,0]; for (const v4 of v3) { const v13 = async...
the following poc cause a assertion failure in "debug" build on ubuntu. ``` function main() { do { let v4 = 0; const v6 = ` for (let v12 =...
the following poc cause a assertion failure in "debug" build on ubuntu. ``` function v0(v1,v2) { try { for (let v6 = -1332925573; v6 >= 256; v6++) { try {...
the following poc cause a assertion failure in "debug" build on ubuntu. ``` function v0(v1,v2) { function v3(v4,v5) { } const v7 = new v3(); function v8(v9,v10) { v2.__proto__ =...
the following poc cause a assertion failure in "debug" build on ubuntu. ``` function v0(v1,v2) { v2.length = 1; return v2; } function v4(v5,v6) { } const v8 = new...
I'm working on a project which use ChakraCore as a library with cmake. However, an error occurred. Platform: Windows + Microsoft Visual Studio 2017 + CMake. Code: ```cmake add_subdirectory(chakra-core) include_directories(chakra-core/lib/)...
https://github.com/chakra-core/ChakraCore/blob/b6042191545a823fcf9d53df2b09d160d5808f51/lib/Jsrt/ChakraCore.h#L1444 Parameters miss match in Signature from XML decription.