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

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

Completed in 143 milliseconds