Changeset 60394 in webkit for trunk/JavaScriptCore/runtime/Lookup.cpp
- Timestamp:
- May 28, 2010, 11:53:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Lookup.cpp
r59941 r60394 80 80 NativeFunctionWrapper* function; 81 81 JSGlobalObject* globalObject = asGlobalObject(thisObj->getAnonymousValue(0).asCell()); 82 #if ENABLE(JIT) 82 #if ENABLE(JIT) && ENABLE(JIT_OPTIMIZE_NATIVE_CALL) 83 83 if (entry->generator()) 84 84 function = new (exec) NativeFunctionWrapper(exec, globalObject, globalObject->prototypeFunctionStructure(), entry->functionLength(), propertyName, exec->globalData().getHostFunction(entry->function(), entry->generator()));
Note:
See TracChangeset
for help on using the changeset viewer.