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

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

Issue 2708173002: idl_parser: Add support for the record<K, V> WebIDL type. (Closed)
Patch Set: Created 3 years, 10 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
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
(...skipping 16 matching lines...) Expand all
27 MAPLIKE maplike 27 MAPLIKE maplike
28 NAN Nan 28 NAN Nan
29 NULL null 29 NULL null
30 OBJECT object 30 OBJECT object
31 OCTET octet 31 OCTET octet
32 OPTIONAL optional 32 OPTIONAL optional
33 OR or 33 OR or
34 PARTIAL partial 34 PARTIAL partial
35 PROMISE Promise 35 PROMISE Promise
36 READONLY readonly 36 READONLY readonly
37 RECORD record
37 REGEXP RegExp 38 REGEXP RegExp
38 REQUIRED required 39 REQUIRED required
39 SEQUENCE sequence 40 SEQUENCE sequence
40 SERIALIZER serializer 41 SERIALIZER serializer
41 SETLIKE setlike 42 SETLIKE setlike
42 SETTER setter 43 SETTER setter
43 SHORT short 44 SHORT short
44 STATIC static 45 STATIC static
45 STRINGIFIER stringifier 46 STRINGIFIER stringifier
46 TYPEDEF typedef 47 TYPEDEF typedef
47 TRUE true 48 TRUE true
48 UNSIGNED unsigned 49 UNSIGNED unsigned
49 UNRESTRICTED unrestricted 50 UNRESTRICTED unrestricted
51 USVSTRING USVString
50 VOID void 52 VOID void
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698