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

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

Issue 803933003: IDL: various adjustments to match Web IDL specification better (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years 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
OLDNEW
1 ANY any 1 ANY any
2 ATTRIBUTE attribute 2 ATTRIBUTE attribute
3 BOOLEAN boolean 3 BOOLEAN boolean
4 BYTESTRING ByteString 4 BYTESTRING ByteString
5 BYTE byte 5 BYTE byte
6 CALLBACK callback 6 CALLBACK callback
7 CONST const 7 CONST const
8 CREATOR creator 8 CREATOR creator
9 DATE Date 9 DATE Date
10 DELETER deleter 10 DELETER deleter
11 DICTIONARY dictionary 11 DICTIONARY dictionary
12 DOMSTRING DOMString 12 DOMSTRING DOMString
13 DOUBLE double 13 DOUBLE double
14 ENUM enum
15 EXCEPTION exception
14 FALSE false 16 FALSE false
15 FLOAT float 17 FLOAT float
16 EXCEPTION exception
17 GETTER getter 18 GETTER getter
18 IMPLEMENTS implements 19 IMPLEMENTS implements
19 INFINITY Infinity 20 INFINITY Infinity
21 INHERIT inherit
20 INTERFACE interface 22 INTERFACE interface
23 ITERABLE iterable
21 LEGACYCALLER legacycaller 24 LEGACYCALLER legacycaller
25 LEGACYITERABLE legacyiterable
22 LONG long 26 LONG long
27 MAPLIKE maplike
23 NAN Nan 28 NAN Nan
24 NULL null 29 NULL null
25 OBJECT object 30 OBJECT object
31 OCTET octet
26 OPTIONAL optional 32 OPTIONAL optional
27 OR or 33 OR or
28 PARTIAL partial 34 PARTIAL partial
35 PROMISE Promise
29 READONLY readonly 36 READONLY readonly
30 REGEXP RegExp 37 REGEXP RegExp
38 REQUIRED required
39 SEQUENCE sequence
31 SERIALIZER serializer 40 SERIALIZER serializer
41 SETLIKE setlike
32 SETTER setter 42 SETTER setter
33 SHORT short 43 SHORT short
34 STATIC static 44 STATIC static
35 STRINGIFIER stringifier 45 STRINGIFIER stringifier
36 TYPEDEF typedef 46 TYPEDEF typedef
37 TRUE true 47 TRUE true
38 UNSIGNED unsigned 48 UNSIGNED unsigned
39 UNRESTRICTED unrestricted 49 UNRESTRICTED unrestricted
40 VOID void 50 VOID void
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698