Changeset 60394 in webkit for trunk/JavaScriptCore/runtime/StringConstructor.cpp
- Timestamp:
- May 28, 2010, 11:53:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/StringConstructor.cpp
r60392 r60394 57 57 58 58 // ECMA 15.5.3.2 fromCharCode() 59 #if ENABLE(JIT) 59 #if ENABLE(JIT) && ENABLE(JIT_OPTIMIZE_NATIVE_CALL) 60 60 putDirectFunctionWithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, globalObject, prototypeFunctionStructure, 1, exec->propertyNames().fromCharCode, exec->globalData().getHostFunction(stringFromCharCode, fromCharCodeThunkGenerator)), DontEnum); 61 61 #else
Note:
See TracChangeset
for help on using the changeset viewer.