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

  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 143 RefPtr<Structure> functionStructure;
227 Structure* functionStructure() const { return d()->functionStructure.get(); }
JSFunction.cpp 76 : Base(&exec->globalData(), exec->lexicalGlobalObject()->functionStructure(), executable->name())
JSGlobalObject.cpp 220 d()->functionStructure = JSFunction::createStructure(d()->functionPrototype);
408 markIfNeeded(markStack, d()->functionStructure);

Completed in 19 milliseconds