Home
last modified time | relevance | path

Searched refs:staticScopeStructure (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSStaticScopeObject.h36 …: JSVariableObject(exec->globalData(), exec->globalData().staticScopeStructure.get(), &m_symbolTab… in JSStaticScopeObject()
DJSGlobalData.cpp188 staticScopeStructure.set(*this, JSStaticScopeObject::createStructure(*this, jsNull())); in JSGlobalData()
247 staticScopeStructure.clear(); in clearBuiltinStructures()
DJSGlobalData.h153 Strong<Structure> staticScopeStructure; variable