Searched refs:emitJumpIfNotFunctionCall (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h490 PassRefPtr<Label> emitJumpIfNotFunctionCall(RegisterID* cond, Label* target);
H A DBytecodeGenerator.cpp935 PassRefPtr<Label> BytecodeGenerator::emitJumpIfNotFunctionCall(RegisterID* cond, Label* target) function in class:JSC::BytecodeGenerator
H A DNodesCodegen.cpp493 generator.emitJumpIfNotFunctionCall(function.get(), realCall.get());

Completed in 129 milliseconds