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

  /external/webkit/Source/JavaScriptCore/runtime/
JSStaticScopeObject.h 36 : JSVariableObject(exec->globalData(), exec->globalData().staticScopeStructure.get(), &m_symbolTable, reinterpret_cast<Register*>(&m_registerStore + 1))
JSGlobalData.cpp 188 staticScopeStructure.set(*this, JSStaticScopeObject::createStructure(*this, jsNull()));
247 staticScopeStructure.clear();
JSGlobalData.h 153 Strong<Structure> staticScopeStructure;

Completed in 42 milliseconds