Home
last modified time | relevance | path

Searched refs:generic_declaration_scopes_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Ddeclarations.h162 std::map<Generic*, ScopeChain::Snapshot> generic_declaration_scopes_; variable
221 : restorer_(declarations->generic_declaration_scopes_[key.first]) {} in ScopedGenericScopeChainSnapshot()
Ddeclarations.cc363 generic_declaration_scopes_[result] = GetScopeChainSnapshot(); in DeclareGeneric()