Searched defs:functionDecl (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.h389 UnlinkedFunctionExecutable* functionDecl(int index) { return m_functionDecls[index].get(); } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h643 FunctionExecutable* functionDecl(int index) { return m_functionDecls[index].get(); } function in class:JSC::CodeBlock

Completed in 87 milliseconds