HomeSort by relevance Sort by last modified time
    Searched refs:isCallBytecode (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/interpreter/
Interpreter.h 151 bool isCallBytecode(Opcode opcode) { return opcode == getOpcode(op_call) || opcode == getOpcode(op_construct) || opcode == getOpcode(op_call_eval); }
Interpreter.cpp 545 if (isCallBytecode(codeBlock->instructions()[bytecodeOffset].u.opcode))
    [all...]

Completed in 25 milliseconds