HomeSort by relevance Sort by last modified time
    Searched refs:m_functionExprs (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 447 unsigned addFunctionExpr(NonNullPassRefPtr<FunctionExecutable> n) { unsigned size = m_functionExprs.size(); m_functionExprs.append(n); return size; }
448 FunctionExecutable* functionExpr(int index) { return m_functionExprs[index].get(); }
539 Vector<RefPtr<FunctionExecutable> > m_functionExprs;
CodeBlock.cpp     [all...]

Completed in 14 milliseconds