Commits
User selector
Commit History
Commits on Sep 17, 2021
Support resource name and user value for implicit class constructors (#4771)
Show description for 053bfa0authored
Commits on Sep 15, 2021
Implement import.meta object (#4766)
Show description for 77c2602authored
Commits on Sep 13, 2021
Fix property enumeration order of built-in properties (#4761)
Show description for 723b263authored
Commits on Sep 9, 2021
Throw SyntaxError when module resolving is failed (#4765)
Show description for 2c2539cauthored
Commits on Sep 3, 2021
Add name to the function property names (#4760)
Show description for fea10bbauthoredFix prototype of the values returned by Promise.allSettled (#4758)
Show description for 1523ca3authored
Commits on Sep 2, 2021
Fix invalid typed array construction (#4757)
Show description for e1ce7ddauthored
Commits on Aug 31, 2021
Implement function.toString operation (#4752)
Show description for 6649940authored
Commits on Aug 30, 2021
Implement getter function for external string user pointer (#4742)
Show description for 8cbe1b5authoredAdd new test for resource_name (#4737)
Show description for b4fc591authored
Commits on Aug 27, 2021
Rename jerry_string_set_external_string_free_callback (#4743)
Show description for 5a69b18authored
Commits on Aug 17, 2021
Improve parse_identifier (#4691)
Show description for 3bcd48fauthoredRework external string free operation (#4690)
Show description for e7ffb70authored
Commits on Aug 12, 2021
Simplify jerry_get_resource_name (#4730)
Show description for fc29019authored
Commits on Aug 11, 2021
Support parsing of scripts / functions stored in string values (#4728)
Show description for 3ed93cfauthored
Commits on Aug 10, 2021
Implement {Array, %TypedArray%, String}.prototype.at method (#4681)
Show description for a25b824authoredImplement vm_throw callback (#4726)
Show description for 444806dauthored
Commits on Aug 3, 2021
Support string iterator for strings longer than 64K (#4727)
Show description for c438d5fauthored
Commits on Jul 27, 2021
Change resource name to a string. (#4724)
Show description for 951044cauthoredImplement container operators API function (#4697)
Show description for d99905aandauthored

Commits on Jul 26, 2021
Improve garbage collection of scripts and modules (#4722)
Show description for d69fe41authored
Commits on Jul 24, 2021
Support dynamic import calls (#4652)
Show description for d4178aeauthored
Commits on Jul 23, 2021
Add SharedArrayBuffer support (#4689)
Show description for d9360f5authored
Commits on Jul 20, 2021
Support shared user data for scripts (#4710)
Show description for 713d90bauthored
Commits on Jul 16, 2021
Replace jerry_load_function_snapshot function with a flag (#4719)
Show description for 9ff25dbauthoredImprove line info construction (#4718)
Show description for 252d689authored
Commits on Jul 15, 2021
Improve Proxy recrusion check in their internal methods. (#4568)
Show description for d5a7839authoredRework storing the line/column/bytecode info (#4707)
Show description for 998e49aauthored
Commits on Jul 9, 2021
Implement namespace exports in modules (#4708)
Show description for 7f6a699authored
Commits on Jul 6, 2021
Rework resolving references and namespace creation in modules (#4695)
Show description for d1204abauthored
Commits on Jun 28, 2021
Fix failing container unit-test (#4696)
Show description for ccc1525authored
Tóth Béla
Commits on Jun 24, 2021
Remove jerry_get_boolean_value (#4685)
Show description for 8f71871authored
Commits on Jun 16, 2021
Add container related API function (#4666)
Show description for 9471515authored
Tóth Béla
Commits on Jun 10, 2021
Object.assign should copy undefined values (#4688)
Show description for 5729dd8authored
Commits on May 31, 2021
Add test_dataview (#4677)
Show description for e8ed543authored