Skip to content
  • oliver@apple.com's avatar
    2010-10-25 Oliver Hunt <oliver@apple.com> · 5b67d9e4
    oliver@apple.com authored
            Reviewed by Gavin Barraclough.
    
            Remove exec and globalData arguments from jsNumber
            https://bugs.webkit.org/show_bug.cgi?id=48270
    
            Remove the now unused exec and globalData arguments from jsNumber
            and mechanically update all users of jsNumber.
    
            * API/JSValueRef.cpp:
            (JSValueMakeNumber):
            * bytecompiler/BytecodeGenerator.cpp:
            (JSC::BytecodeGenerator::emitLoad):
            * bytecompiler/NodesCodegen.cpp:
            (JSC::ArrayNode::emitBytecode):
            * jit/JITArithmetic.cpp:
            (JSC::JIT::emit_op_mod):
            * jit/JITArithmetic32_64.cpp:
            (JSC::JIT::emit_op_mod):
            * jit/JITOpcodes.cpp:
            (JSC::JIT::emit_op_jfalse):
            (JSC::JIT::emit_op_jtrue):
            * jit/JITStubs.cpp:
            (JSC::DEFINE_STUB_FUNCTION):
            * jsc.cpp:
            (functionRun):
            * runtime/Arguments.cpp:
            (JSC::Arguments::getOwnPropertySlot):
            (JSC::Arguments::getOwnPropert...
    5b67d9e4