Changeset 170042 in webkit for trunk/Source/JavaScriptCore/runtime/CommonIdentifiers.h
- Timestamp:
- Jun 16, 2014, 8:55:14 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CommonIdentifiers.h
r167313 r170042 65 65 macro(anonymous) \ 66 66 macro(arguments) \ 67 macro(assign) \ 68 macro(back) \ 67 69 macro(bind) \ 70 macro(blur) \ 68 71 macro(buffer) \ 69 72 macro(byteLength) \ … … 77 80 macro(cast) \ 78 81 macro(clear) \ 82 macro(close) \ 83 macro(closed) \ 79 84 macro(compilationKind) \ 80 85 macro(compilations) \ … … 95 100 macro(executionCount) \ 96 101 macro(exitKind) \ 102 macro(focus) \ 97 103 macro(forEach) \ 104 macro(forward) \ 98 105 macro(fromCharCode) \ 99 106 macro(get) \ 100 107 macro(global) \ 108 macro(go) \ 101 109 macro(has) \ 102 110 macro(hasOwnProperty) \ 103 111 macro(hash) \ 104 112 macro(header) \ 113 macro(href) \ 105 114 macro(id) \ 106 115 macro(ignoreCase) \ … … 132 141 macro(osrExits) \ 133 142 macro(parse) \ 143 macro(postMessage) \ 134 144 macro(profiledBytecodes) \ 135 145 macro(propertyIsEnumerable) \ 136 146 macro(prototype) \ 147 macro(reload) \ 148 macro(replace) \ 137 149 macro(set) \ 150 macro(showModalDialog) \ 138 151 macro(size) \ 139 152 macro(slice) \ … … 152 165 macro(toString) \ 153 166 macro(value) \ 167 macro(valueOf) \ 154 168 macro(values) \ 155 macro(valueOf) \156 169 macro(window) \ 157 170 macro(writable)
Note:
See TracChangeset
for help on using the changeset viewer.