Commits
Branch selector
User selector
Commit History
Commits on Aug 20, 2024
Fix minor type-casting defect in TypedArray
Show description for d398f1eauthored andcommitted
Update README
Show description for cadbad6authored andcommitted
Commits on Aug 9, 2024
Implement basic of Iterator helper and Iterator.prototype.map
Show description for 2ec730bauthored andcommitted
Commits on Aug 6, 2024
Fix minor buffer overflow in lexer
Show description for 23ef579authored andcommitted
Fix minor build errors for clang compiler
Show description for fff4e2fauthored andcommitted
Commits on Aug 5, 2024
Add android release in actions
Show description for 3045a8eauthored andcommitted
Commits on Jul 31, 2024
Update android build
Show description for dd479c4authored andcommitted
Commits on Jul 25, 2024
Fix memory error on Yarr
Show description for 0f6ea46authored andcommitted
Fix test262 driver error around IsAsyncTest function
Show description for 96d165fauthored andcommitted
DataViewObject sometimes have true for m_isAuto & detached when byteLength is below zero
Show description for adf7359authored andcommitted
Revise Array, ArrayBuffer, BigInt, DataView builtins
Show description for 023bb16authored andcommitted
Update yarr generated unicode data file to unicode 15.1
Show description for 902d76fauthored andcommitted
Fix buffer overflow error in RegExp
Show description for 246ecf6authored andcommitted
Update WASM js-api
Show description for b7a70c5authored andcommitted
Commits on Jul 24, 2024
Update yarr generated unicode data file to unicode 15.1
Show description for 9b1076dauthored andcommitted
In RegExp ctor, we should replace \n into \\n
Show description for 21903f9authored andcommitted
Implement accessor unicodeSets for RegExp prototype
Show description for 7762be6authored andcommitted
Fix unicode string indexing bug in RegExpExec
Show description for 6374a48authored andcommitted
RegExp.prototype[Symbols.match] builtin function should read flags property instead of global
Show description for a66b725authored andcommitted
If there is unicode flag is set but find un-paired utf-16 surrogate in RegExp interpreter,
Show description for eda2f8dauthored andcommitted
Commits on Jul 18, 2024
Revise WASM cache structure
Show description for 7fc59b7authored andcommitted
Update wasm-js testsuite
Show description for f076515authored andcommitted
Fix test runner to print out fail list
Show description for 19f3221authored andcommitted
Fix Unicode Identifier paring bug
Show description for 0fbacc3authored andcommitted
Fix Bug in RegExpObject::createRegExpMatchedArray
Show description for b95ae71authored andcommitted
Commits on Jul 16, 2024
Fix out-of-bound source code accesses in Lexer
Show description for 6c0926cauthored andcommitted
RegExp.prototype.compile should not accept sub-class of RegExp
Show description for bddd8a8authored andcommitted
Add YarrSyntaxChecker to test RegExp pattern and flag
Show description for b3deb87authored andcommitted
Implement 'd' flag for RegExp
Show description for 9c09d72authored andcommitted
Fix parse RegExp option bug
Show description for 9876b4cauthored andcommitted
Implement StackCheck in yarr
Show description for 4c2efa2authored andcommitted
RegExp.prototype.compile method should check the function is called by cross-realm
Show description for 3d4d9a9authored andcommitted
Commits on Jul 12, 2024
Update test262 exclude file
Show description for 8ac5782authored andcommitted
in RegExp(yarr), UCHAR_ALPHABETIC chars not applied by u_tolower, u_toupper
Show description for 72cb18bauthored andcommitted
Update yarr source to webkitgtk-2.44.2
Show description for 4b8024eauthored andcommitted