git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
391aa34e7b911fa26740d9b5a119122de0cae8b7
[WebKit-https.git]
/
JavaScriptCore
/
kjs
/
keywords.table
1
# main keywords
2
@begin mainTable 41
3
# types
4
null NULLTOKEN
5
true TRUETOKEN
6
false FALSETOKEN
7
# keywords
8
break BREAK
9
case CASE
10
catch CATCH
11
default DEFAULT
12
finally FINALLY
13
for FOR
14
instanceof INSTANCEOF
15
new NEW
16
var VAR
17
continue CONTINUE
18
function FUNCTION
19
return RETURN
20
void VOID
21
delete DELETE
22
if IF
23
this THIS
24
do DO
25
while WHILE
26
else ELSE
27
in IN
28
switch SWITCH
29
throw THROW
30
try TRY
31
typeof TYPEOF
32
with WITH
33
# reserved for future use
34
abstract RESERVED
35
boolean RESERVED
36
byte RESERVED
37
char RESERVED
38
class RESERVED
39
const RESERVED
40
debugger RESERVED
41
double RESERVED
42
enum RESERVED
43
export RESERVED
44
extends RESERVED
45
final RESERVED
46
float RESERVED
47
goto RESERVED
48
implements RESERVED
49
import RESERVED
50
int RESERVED
51
interface RESERVED
52
long RESERVED
53
native RESERVED
54
package RESERVED
55
private RESERVED
56
protected RESERVED
57
public RESERVED
58
short RESERVED
59
static RESERVED
60
super RESERVED
61
synchronized RESERVED
62
throws RESERVED
63
transient RESERVED
64
volatile RESERVED
65
@end
66