mirror of https://github.com/t1meshift/js.git
parent
dc7502aa57
commit
0a85994fae
|
@ -139,7 +139,6 @@ Function: 'function';
|
|||
This: 'this';
|
||||
Default: 'default';
|
||||
If: 'if';
|
||||
Throw: 'throw';
|
||||
Delete: 'delete';
|
||||
In: 'in';
|
||||
As: 'as';
|
||||
|
@ -155,6 +154,7 @@ From: 'from';
|
|||
//Debugger: 'debugger';
|
||||
//With: 'with';
|
||||
//Try: 'try';
|
||||
//Throw: 'throw';
|
||||
|
||||
/// Future Reserved Words
|
||||
|
||||
|
|
|
@ -471,7 +471,7 @@ keyword
|
|||
// | With
|
||||
| Default
|
||||
| If
|
||||
| Throw
|
||||
// | Throw
|
||||
| Delete
|
||||
| In
|
||||
// | Try
|
||||
|
|
Loading…
Reference in New Issue