Ignore:
Timestamp:
May 28, 2010, 11:53:16 PM (15 years ago)
Author:
[email protected]
Message:

Qt build fix: disable a little more stuff when JIT_OPTIMIZE_NATIVE_CALL
is disabled.

  • runtime/Lookup.cpp:

(JSC::setUpStaticFunctionSlot):

  • runtime/Lookup.h:
  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/StringConstructor.cpp

    r60392 r60394  
    5757
    5858    // ECMA 15.5.3.2 fromCharCode()
    59 #if ENABLE(JIT)
     59#if ENABLE(JIT) && ENABLE(JIT_OPTIMIZE_NATIVE_CALL)
    6060    putDirectFunctionWithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, globalObject, prototypeFunctionStructure, 1, exec->propertyNames().fromCharCode, exec->globalData().getHostFunction(stringFromCharCode, fromCharCodeThunkGenerator)), DontEnum);
    6161#else
Note: See TracChangeset for help on using the changeset viewer.