Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h428 int numberOfFunctionDecls() { return m_functionDecls.size(); } in numberOfFunctionDecls() function
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1084 int numFunctions = codeBlock->numberOfFunctionDecls(); in execute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2420844 (JSC::CodeBlock::numberOfFunctionDecls):