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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DUnlinkedCodeBlock.h380 UnlinkedFunctionExecutable* functionExpr(int index) { return m_functionExprs[index].get(); } function in class:JSC::UnlinkedCodeBlock
H A DCodeBlock.h837 FunctionExecutable* functionExpr(int index) { return m_functionExprs[index].get(); } function in class:JSC::CodeBlock

Completed in 128 milliseconds