Changeset 61588 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Jun 21, 2010, 4:17:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.cpp
r59746 r61588 247 247 initializingLazyNumericCompareFunction = true; 248 248 RefPtr<FunctionExecutable> function = FunctionExecutable::fromGlobalCode(Identifier(exec, "numericCompare"), exec, 0, makeSource(UString("(function (v1, v2) { return v1 - v2; })")), 0, 0); 249 lazyNumericCompareFunction = function->bytecodeForCall(exec, exec->scopeChain()) .instructions();249 lazyNumericCompareFunction = function->bytecodeForCall(exec, exec->scopeChain())->instructions(); 250 250 initializingLazyNumericCompareFunction = false; 251 251 }
Note:
See TracChangeset
for help on using the changeset viewer.