Changeset 77151 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- Jan 31, 2011, 12:07:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r77113 r77151 170 170 for (size_t i = 0; i < arguments.size(); ++i) 171 171 array->put(globalExec(), i, jsString(globalExec(), arguments[i])); 172 putDirect( Identifier(globalExec(), "arguments"), array);172 putDirect(globalExec()->globalData(), Identifier(globalExec(), "arguments"), array); 173 173 } 174 174
Note:
See TracChangeset
for help on using the changeset viewer.