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