Home
last modified time | relevance | path

Searched refs:ScopeChain (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/torque/
Dscope.h19 class ScopeChain; variable
25 explicit Scope(ScopeChain& scope_chain);
37 ScopeChain& GetScopeChain() const { return scope_chain_; } in GetScopeChain()
46 friend class ScopeChain;
65 ScopeChain& scope_chain_;
80 class ScopeChain {
82 ScopeChain() : next_scope_number_(0) {} in ScopeChain() function
129 ScopeChain* chain;
145 ScopeChain* chain_;
Dscope.cc17 Scope::Scope(ScopeChain& scope_chain) in Scope()
22 Scope* ScopeChain::NewScope() { in NewScope()
Ddeclarations.h113 ScopeChain::Snapshot GetScopeChainSnapshot() { return chain_.TaskSnapshot(); } in GetScopeChainSnapshot()
156 ScopeChain chain_;
162 std::map<Generic*, ScopeChain::Snapshot> generic_declaration_scopes_;
225 ScopeChain::ScopedSnapshotRestorer restorer_;
Ddeclarable.h22 class ScopeChain; variable