mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
1317375 - Implement "Template Literals Revision / Lifting Template Literal Restriction" ECMAScript proposal
This commit is contained in:
parent
8350dfc515
commit
ee1e2aba19
14 changed files with 386 additions and 69 deletions
|
|
@ -224,6 +224,7 @@ class SyntaxParseHandler
|
|||
|
||||
Node newThisLiteral(const TokenPos& pos, Node thisName) { return NodeGeneric; }
|
||||
Node newNullLiteral(const TokenPos& pos) { return NodeGeneric; }
|
||||
Node newRawUndefinedLiteral(const TokenPos& pos) { return NodeGeneric; }
|
||||
|
||||
template <class Boxer>
|
||||
Node newRegExp(RegExpObject* reobj, const TokenPos& pos, Boxer& boxer) { return NodeGeneric; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue