Skip to content
  • barraclough@apple.com's avatar
    Remove redundant argument to op_instanceof · 094dbd98
    barraclough@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=97382
    
    Reviewed by Geoff Garen.
    
    No longer needed after my last change.
    
    * bytecode/CodeBlock.cpp:
    (JSC::CodeBlock::dump):
    * bytecode/Opcode.h:
    (JSC):
    (JSC::padOpcodeName):
    * bytecompiler/BytecodeGenerator.cpp:
    (JSC::BytecodeGenerator::emitInstanceOf):
    * bytecompiler/BytecodeGenerator.h:
    (BytecodeGenerator):
    * bytecompiler/NodesCodegen.cpp:
    (JSC::InstanceOfNode::emitBytecode):
    * dfg/DFGAbstractState.cpp:
    (JSC::DFG::AbstractState::execute):
    * dfg/DFGByteCodeParser.cpp:
    (JSC::DFG::ByteCodeParser::parseBlock):
    * dfg/DFGSpeculativeJIT.cpp:
    (JSC::DFG::SpeculativeJIT::compileInstanceOf):
    * interpreter/Interpreter.cpp:
    (JSC::Interpreter::privateExecute):
    * jit/JITOpcodes.cpp:
    (JSC::JIT::emit_op_instanceof):
    (JSC::JIT::emitSlow_op_instanceof):
    * jit/JITOpcodes32_64.cpp:
    (JSC::JIT::emit_op_instanceof):
    (JSC::JIT::emitSlow_op_instanceof):
    * jit/JITStubs.cpp:
    (JSC::DEFINE_STUB_FUNCTION):
    * llint/LLIntSlowPaths.cpp:
    (JSC::LLInt::LLINT_SLOW_PATH_DECL):
    * llint/LowLevelInterpreter32_64.asm:
    * llint/LowLevelInterpreter64.asm:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129287 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    094dbd98