Home
last modified time | relevance | path

Searched refs:addFunctionExpression (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.h431 …unsigned addFunctionExpression(FuncExprNode* n) { unsigned size = m_functionExpressions.size(); m_… in addFunctionExpression() function
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp777 return m_codeBlock->addFunctionExpression(n); in addConstant()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1618383 (JSC::CodeBlock::addFunctionExpression):