ChakraCore icon indicating copy to clipboard operation
ChakraCore copied to clipboard

ChakraCore is an open source Javascript engine with a C API.

Results 240 ChakraCore issues
Sort by recently updated
recently updated
newest added

The following code crashes after about 250 iterations. ```javascript for(let i=0;i

Windows

Hello! I'm using chakraRT (in windows), but I also sometimes use chakracore in osx and linux (as well as jscore, both ios/osx natively and the open source one) I've recently...

Question

Since I am new to Open-Source, I picked this issue. Following the instructions, I have: 1. Changed the SAL annotation for the string input parameter from _In_ to _In_opt_, I...

PAL and WABT directory can build with GCC with this change. - Add compiler detection in CMakeList.txt in the root and wabt - Separate out CLANG specific switches. - Update...

#6669 - Update for JsPointerToString and JsCreateString to ignore input string if length is 0. The function will return an empty string instead of JsErrorNullArgument. - This passed all unit...

OS: Ubuntu 16.04 x86 chakra: 1.11.0.0-beta Hi everyone, I found an inconsistence on Date() with a negative value. I was looking on ES6 specification about this issue but I didn't...

Bug
good first issue
ES Spec Conformance
Severity: 2

# enviroment ubunut 16 # poc ``` let x = 1; fdRk = x.toFixed(x); var PPJi = JSON; fdRk = !9007199254740991; this.x; this.x = 4660; fdRk = fdRk / x;...

Allow the caller to get the integer value for a given number back as a 64-bit integer value.

After running small benchmark on Windows 10 with x64_debug config, i've got these results: ``` 13996ms (for-of), 90ms (for-non-cached), 63ms (for-cached) (on average after 10 subsequent runs) For-of is slower...

Performance