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

  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 65 WriteBarrier<ScopeChainNode> m_globalScopeChain;
120 , m_globalScopeChain()
131 , m_globalScopeChain()
143 , m_globalScopeChain()
222 ScopeChainNode* globalScopeChain() { return m_globalScopeChain.get(); }
JSGlobalObject.cpp 107 m_globalScopeChain.set(*m_globalData, this, new (m_globalData.get()) ScopeChainNode(0, this, m_globalData.get(), this, thisValue));
109 JSGlobalObject::globalExec()->init(0, 0, m_globalScopeChain.get(), CallFrame::noCaller(), 0, 0);
314 markIfNeeded(markStack, &m_globalScopeChain);

Completed in 243 milliseconds