Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalData.cpp195 scopeChainNodeStructure.set(*this, ScopeChainNode::createStructure(*this, jsNull())); in JSGlobalData()
254 scopeChainNodeStructure.clear(); in clearBuiltinStructures()
DScopeChain.h39 : JSCell(*globalData, globalData->scopeChainNodeStructure.get()) in ScopeChainNode()
DJSGlobalData.h160 Strong<Structure> scopeChainNodeStructure; variable