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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h408 PassRefPtr<Label> emitJumpIfNotFunctionApply(RegisterID* cond, Label* target);
H A DBytecodeGenerator.cpp940 PassRefPtr<Label> BytecodeGenerator::emitJumpIfNotFunctionApply(RegisterID* cond, Label* target) function in class:JSC::BytecodeGenerator
H A DNodesCodegen.cpp625 generator.emitJumpIfNotFunctionApply(function.get(), realCall.get());

Completed in 199 milliseconds