Home
last modified time | relevance | path

Searched defs:script_scope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparse-info.h298 DeclarationScope* script_scope() const { return script_scope_; } in script_scope() function
299 void set_script_scope(DeclarationScope* script_scope) { in set_script_scope()
Dparser.cc484 DeclarationScope* script_scope = in InitializeEmptyScopeChain() local
/third_party/node/deps/v8/src/ast/
Dscopes.cc167 ModuleScope::ModuleScope(DeclarationScope* script_scope, in ModuleScope()
419 DeclarationScope* script_scope, in DeserializeScopeChain()
522 DeclarationScope* script_scope) { in SetScriptScopeInfo()