Commits
User selector
Commit History
Commits on Jun 9, 2021
Detect host platform instead of target for InternalBytecode Cmake (#527)
Show description for 645b08eauthored andcommitted
Commits on Apr 22, 2021
Conditionalize Promise queuing based on JobQueue flag
Show description for 27ac760authored andcommitted
Commits on Mar 19, 2021
Indicate internalBytecode source order by numeric prefixes
Show description for 8ca498cauthored andcommitted
Commits on Jan 29, 2021
Disable TDZ for all Internal Bytecode compilation
Show description for 15741fcauthored andcommitted
Commits on Jan 26, 2021
Internal bytecode should avoid TDZ
Show description for 1204ba6authored andcommitted
Commits on Jan 25, 2021
Return spawnAsync from internal bytecode
Show description for c623db7authored andcommitted
Commits on Jan 15, 2021
Rename internal bytecode targets and artifacts
Show description for 02907cbauthored andcommitted
Commits on Jan 6, 2021
Fix Internal Bytecode OSS breakage (#440)
Show description for 5f820d2authored andcommitted
Commits on Oct 23, 2020
Align InternalBytecode using alignas.
Show description for 5967416authored andcommitted
Commits on Oct 19, 2020
Reapply "Always execute InternalBytecode."
Show description for 04d7a3eauthored andcommitted
Commits on Oct 16, 2020
Back out "Always execute InternalBytecode."
Show description for 9c8f96eauthored andcommitted
Commits on Oct 15, 2020
Add Conditionalized Promise Internal Bytecode.
Show description for 429b0f0authored andcommittedAlways execute InternalBytecode.
Show description for a6eec98authored andcommitted
Commits on Oct 14, 2020
Making InternalBytecode/xxd.py python2 compatible
Show description for 31dc389authored andcommitted
Commits on Aug 29, 2020
Remove HERMESVM_USE_JS_LIBRARY_IMPLEMENTATION
Show description for d32c8a7authored andcommitted
Commits on Jul 1, 2020
rename LLVM to LLVH
Show description for 4f15a2eauthored andcommittedFix split behaviour in the presence of the sticky flag
Show description for 1fd88a2authored andcommitted
Commits on Jun 26, 2020
Fix string split matches at the end of strings
Show description for c1b5d01authored andcommitted
Commits on Apr 11, 2020
Enable the debugger by default in host builds
Show description for 0d9a5a1authored andcommitted
Commits on Feb 6, 2020
Use internal fork of LLVM
Show description for 611cac5authored andcommitted
Commits on Jan 6, 2020
Implement RegExp dotall flag.
Show description for 968a809authored andcommitted
Commits on Nov 15, 2019
Change lit to run in python3
Show description for 43c64e7authored andcommitted
Commits on Nov 13, 2019
Implement RegExp.prototype[@@split] in JS
Show description for fd99ebcauthored andcommittedImplement RegExp.prototype.flags in JS
Show description for 060a93cauthored andcommittedImplement RegExp.prototype[@@replace] in JS
Show description for d2acebaauthored andcommitted
Commits on Nov 8, 2019
Implement String.prototype.replace in JS
Show description for e359beeauthored andcommittedImplement RegExp.prototype.toString in JS
Show description for c31cbb9authored andcommitted
Commits on Nov 6, 2019
Implement RegExp.prototype[@@search] in JS
Show description for 3d4f268authored andcommittedImplement RegExp.prototype[@@match] in JS
Show description for bed3129authored andcommittedImplement String.prototype.padStart and .padEnd in JS
Show description for 65d0d2cauthored andcommittedImplement String.prototype.slice in JS
Show description for fb156d2authored andcommitteddoc: Corrected some typos
Show description for 3ce70a3authored andcommitted
Commits on Nov 4, 2019
Implement String.prototype.split in JS
Show description for 70e9f61authored andcommittedImplement String.prototype.indexOf and .lastIndexOf in JS
Show description for 339b807authored andcommittedImplement String.prototype.includes in JS
Show description for 206017dauthored andcommitted