Home
last modified time | relevance | path

Searched refs:functionExpression (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h432 … FuncExprNode* functionExpression(int index) const { return m_functionExpressions[index].get(); } in functionExpression() function
/external/webkit/JavaScriptCore/jit/
DJITOpcodes.cpp1183 stubCall.addArgument(ImmPtr(m_codeBlock->functionExpression(currentInstruction[2].u.operand))); in emit_op_new_func_exp()
2328 stubCall.addArgument(ImmPtr(m_codeBlock->functionExpression(currentInstruction[2].u.operand)));
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp2940 …callFrame->r(dst) = JSValue(callFrame->codeBlock()->functionExpression(func)->makeFunction(callFra… in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1618384 (JSC::CodeBlock::functionExpression):