Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Side by Side Diff: tools/idl_parser/test_lexer/keywords.in

Issue 329853005: IDL parser: align with current Web IDL specification (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebased Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/idl_parser/idl_ppapi_parser.py ('k') | tools/idl_parser/test_parser/enum_web.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ANY any 1 ANY any
2 ATTRIBUTE attribute 2 ATTRIBUTE attribute
3 BOOLEAN boolean 3 BOOLEAN boolean
4 BYTESTRING ByteString
4 BYTE byte 5 BYTE byte
5 CALLBACK callback 6 CALLBACK callback
6 CONST const 7 CONST const
7 CREATOR creator 8 CREATOR creator
8 DATE Date 9 DATE Date
9 DELETER deleter 10 DELETER deleter
10 DICTIONARY dictionary 11 DICTIONARY dictionary
11 DOMSTRING DOMString 12 DOMSTRING DOMString
12 DOUBLE double 13 DOUBLE double
13 FALSE false 14 FALSE false
14 FLOAT float 15 FLOAT float
15 EXCEPTION exception 16 EXCEPTION exception
16 GETTER getter 17 GETTER getter
17 IMPLEMENTS implements 18 IMPLEMENTS implements
18 INFINITY Infinity 19 INFINITY Infinity
19 INTERFACE interface 20 INTERFACE interface
20 LEGACYCALLER legacycaller 21 LEGACYCALLER legacycaller
21 LONG long 22 LONG long
22 NAN Nan 23 NAN Nan
23 NULL null 24 NULL null
24 OBJECT object 25 OBJECT object
25 OPTIONAL optional 26 OPTIONAL optional
26 OR or 27 OR or
27 PARTIAL partial 28 PARTIAL partial
28 READONLY readonly 29 READONLY readonly
30 REGEXP RegExp
31 SERIALIZER serializer
29 SETTER setter 32 SETTER setter
30 SHORT short 33 SHORT short
31 STATIC static 34 STATIC static
32 STRINGIFIER stringifier 35 STRINGIFIER stringifier
33 TYPEDEF typedef 36 TYPEDEF typedef
34 TRUE true 37 TRUE true
35 UNSIGNED unsigned 38 UNSIGNED unsigned
36 UNRESTRICTED unrestricted 39 UNRESTRICTED unrestricted
37 VOID void 40 VOID void
OLDNEW
« no previous file with comments | « tools/idl_parser/idl_ppapi_parser.py ('k') | tools/idl_parser/test_parser/enum_web.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698