Searched refs:scopeChainNodeStructure (Results 1 – 3 of 3) sorted by relevance
195 scopeChainNodeStructure.set(*this, ScopeChainNode::createStructure(*this, jsNull())); in JSGlobalData()254 scopeChainNodeStructure.clear(); in clearBuiltinStructures()
39 : JSCell(*globalData, globalData->scopeChainNodeStructure.get()) in ScopeChainNode()
160 Strong<Structure> scopeChainNodeStructure; variable