Changeset 167313 in webkit for trunk/Source/JavaScriptCore/runtime/CommonIdentifiers.h
- Timestamp:
- Apr 15, 2014, 10:46:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CommonIdentifiers.h
r167297 r167313 220 220 macro(TypeError) \ 221 221 macro(undefined) \ 222 macro(BuiltinLog) \ 223 macro(IsConstructor) \ 224 macro(boundFunctionName) \ 225 macro(boundFunctionParameters) \ 226 macro(boundFunction) \ 227 macro(boundFunctionLength) \ 228 macro(prototypeForHasInstance) \ 229 macro(SetTypeErrorAccessor) 222 macro(BuiltinLog) 230 223 231 224 namespace JSC {
Note:
See TracChangeset
for help on using the changeset viewer.