Changeset 165403 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Mar 10, 2014, 2:06:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r165119 r165403 415 415 array->putDirectIndex(globalExec(), i, jsString(globalExec(), arguments[i])); 416 416 putDirect(vm, Identifier(globalExec(), "arguments"), array); 417 418 putDirect(vm, Identifier(globalExec(), "console"), jsUndefined()); 417 419 } 418 420
Note:
See TracChangeset
for help on using the changeset viewer.