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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp464 RegisterID* BytecodeGenerator::resolveCallee(FunctionBodyNode* functionBodyNode) argument
466 if (functionBodyNode->ident().isNull() || !functionBodyNode->functionNameIsInScope())
474 instructions().append(addConstant(functionBodyNode->ident()));
480 if (!functionBodyNode->captures(functionBodyNode->ident()))
487 void BytecodeGenerator::addCallee(FunctionBodyNode* functionBodyNode, RegisterID* calleeRegister) argument
489 if (functionBodyNode->ident().isNull() || !functionBodyNode->functionNameIsInScope())
497 symbolTable().add(functionBodyNode
[all...]

Completed in 98 milliseconds