Commits
User selector
Commit History
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 andcommittedImplement String.prototype.startsWith and .endsWithin JS
Show description for c499ccfauthored andcommitted
Commits on Nov 1, 2019
Implement String.prototype.match and .search in JS
Show description for cc4bdfcauthored andcommittedImplement String.prototype.charAt in JS
Show description for 2724008authored andcommittedImplement Array.of in JS
Show description for 26e81f9authored andcommittedImplement Array.prototype.splice in JS
Show description for 28beccfauthored andcommittedImplement Array.prototype.slice in JS
Show description for 906567fauthored andcommitted
Commits on Oct 25, 2019
Implement Array.prototype.copyWithin in JS
Show description for 491bfedauthored andcommittedJS license corrections
Show description for 0932a13authored andcommitted
Commits on Oct 24, 2019
Implement Array.from in JS
Show description for 26a349fauthored andcommittedImplement Array.prototype.includes in JS
Show description for a19b487authored andcommitted
Commits on Oct 23, 2019
Lint fixes for JS implementation of library functions
Show description for 278bfc6authored andcommitted
Commits on Oct 17, 2019
Implement Array.prototype.unshift in JS
Show description for 769cc5cauthored andcommitted
Commits on Oct 15, 2019
Tidy up license headers [1/2]
Show description for fdd3817authored andcommitted
Commits on Oct 14, 2019
Implement Array.prototype.shift in JS
Show description for 10c3f79authored andcommitted