Searched refs:printUnaryOp (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp216 void CodeBlock::printUnaryOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op) function in class:JSC::CodeBlock
796 printUnaryOp(out, exec, location, it, "not");
804 printUnaryOp(out, exec, location, it, "eq_null");
812 printUnaryOp(out, exec, location, it, "neq_null");
850 printUnaryOp(out, exec, location, it, "to_number");
854 printUnaryOp(out, exec, location, it, "negate");
924 printUnaryOp(out, exec, location, it, "typeof");
928 printUnaryOp(out, exec, location, it, "is_undefined");
932 printUnaryOp(out, exec, location, it, "is_boolean");
936 printUnaryOp(ou
[all...]
H A DCodeBlock.h1108 void printUnaryOp(PrintStream&, ExecState*, int location, const Instruction*&, const char* op);

Completed in 130 milliseconds