mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
JSSpecCompiler: Parse "NewTarget" in xspec mode
This commit is contained in:
parent
4d8f74c149
commit
ba61b61d67
4 changed files with 5 additions and 1 deletions
|
@ -135,6 +135,7 @@ class WellKnownNode : public Expression {
|
|||
public:
|
||||
enum Type {
|
||||
False,
|
||||
NewTarget,
|
||||
Null,
|
||||
This,
|
||||
True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue