Commits
User selector
Commit History
Commits on Sep 15, 2021
Implement import.meta object (#4766)
Show description for 77c2602authored
Commits on Sep 1, 2021
Fix line info computation (#4756)
Show description for f94a3c8authored
Commits on Aug 31, 2021
Implement function.toString operation (#4752)
Show description for 6649940authored
Commits on Aug 17, 2021
Improve parse_identifier (#4691)
Show description for 3bcd48fauthoredImprove storing the line info data during parsing (#4735)
Show description for 74e5ccdauthored
Commits on Aug 11, 2021
Support parsing of scripts / functions stored in string values (#4728)
Show description for 3ed93cfauthored
Commits on Jul 27, 2021
Change resource name to a string. (#4724)
Show description for 951044cauthored
Commits on Jul 24, 2021
Support dynamic import calls (#4652)
Show description for d4178aeauthored
Commits on Jul 20, 2021
Support shared user data for scripts (#4710)
Show description for 713d90bauthored
Commits on Jul 16, 2021
Improve line info construction (#4718)
Show description for 252d689authored
Commits on Jul 15, 2021
Rework storing the line/column/bytecode info (#4707)
Show description for 998e49aauthoredRemove ecma_parse_options_t in favor of jerry_parse_options_t (#4713)
Show description for 4be05a7authored
Commits on Jul 9, 2021
Implement namespace exports in modules (#4708)
Show description for 7f6a699authored
Commits on May 17, 2021
Support line info for class fields (#4670)
Show description for 5180680authored
Commits on Apr 21, 2021
Export assignment expression must not track variables (#4660)
Show description for b4bea25authored
Commits on Apr 12, 2021
Create namespace with references for modules (#4646)
Show description for b3ec217authored
Commits on Apr 7, 2021
Add constant error messages (#4640)
Show description for 2381078authored
kisbg
Commits on Mar 31, 2021
Replace duplicate ecma definitions (#4637)
Show description for 6677fa0authored
Tóth Béla
Commits on Mar 30, 2021
Rework module linking (#4632)
Show description for 6c484f3authored
Commits on Mar 24, 2021
Extract type defintions from jerryscript-core.h into jerryscript-types.h (#4634)
Show description for 874a6a4authored
Commits on Mar 11, 2021
Return early when checking logical operators (#4626)
Show description for e739f11authored
Commits on Mar 10, 2021
Add custom configuration to jerry_parse and its variants (#4620)
Show description for 5464221authored
Commits on Feb 23, 2021
Move push literal number opcodes to basic opcodes (#4609)
Show description for 322265bauthored
Robert Fancsik
Commits on Feb 11, 2021
Use C99 flexible array member notation in parser memory struct (#4592)
Show description for a95a0b3authored
Commits on Feb 8, 2021
Fix "Invalid prefix operation" errors (#4577)
Show description for 35ecf4cauthored
Tóth Béla
Commits on Feb 5, 2021
Fix incorrect assert expression in lexer_check_property_modifier (#4569)
Show description for ca6c219authored
Commits on Feb 4, 2021
Remove the ENABLED/DISABLED macros (#4515)
Show description for 0628ae1authoredImprove destructuring patterns (#4527)
Show description for e7d11eaauthoredFix literal index decoding for CBC_MOV_IDENT (#4539)
Show description for a1b682aauthored
Commits on Feb 2, 2021
Fix failing AsyncFunction tests in test262-esnext (#4545)
Show description for 090b630authored
Peter Marki
Commits on Jan 28, 2021
Remove full stop after error messages (#4524)
Show description for ba06d49authored
Commits on Jan 19, 2021
Rework export default parsing (#4505)
Show description for bf7fa39authoredInvalid regexp literals should throw syntax error in ES11 (#4506)
Show description for 3e54840authored
Commits on Jan 18, 2021
Update the name handling of anonymous functions to ES11 (#4279)
Show description for 8e83638authored
Dániel BátyaiRework module parsing and execution (#4462)
Show description for 0fec913authored
Dániel Bátyai