Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparse-info.h298 DeclarationScope* script_scope() const { return script_scope_; } in script_scope()
300 script_scope_ = script_scope; in set_script_scope()
353 DeclarationScope* script_scope_; variable
Dparse-info.cc211 script_scope_(nullptr), in ParseInfo()