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

  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 444 unsigned addFunctionDecl(NonNullPassRefPtr<FunctionExecutable> n) { unsigned size = m_functionDecls.size(); m_functionDecls.append(n); return size; }
445 FunctionExecutable* functionDecl(int index) { return m_functionDecls[index].get(); }
446 int numberOfFunctionDecls() { return m_functionDecls.size(); }
538 Vector<RefPtr<FunctionExecutable> > m_functionDecls;
CodeBlock.cpp     [all...]

Completed in 52 milliseconds