Changeset 169598 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
- Timestamp:
- Jun 4, 2014, 2:54:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.cpp
r168443 r169598 422 422 putDirectWithoutTransition(vm, vm.propertyNames-> jsName, lowerName ## Constructor, DontEnum); \ 423 423 424 FOR_EACH_SIMPLE_BUILTIN_TYPE (PUT_CONSTRUCTOR_FOR_SIMPLE_TYPE)424 FOR_EACH_SIMPLE_BUILTIN_TYPE_WITH_CONSTRUCTOR(PUT_CONSTRUCTOR_FOR_SIMPLE_TYPE) 425 425 426 426 #undef PUT_CONSTRUCTOR_FOR_SIMPLE_TYPE
Note:
See TracChangeset
for help on using the changeset viewer.