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

  /external/webkit/JavaScriptCore/runtime/
JSStaticScopeObject.h 47 : JSVariableObject(exec->globalData().staticScopeStructure, new JSStaticScopeObjectData())
JSGlobalData.h 119 RefPtr<Structure> staticScopeStructure;
JSGlobalData.cpp 118 , staticScopeStructure(JSStaticScopeObject::createStructure(jsNull()))

Completed in 227 milliseconds