Home
last modified time | relevance | path

Searched refs:NewScriptScope (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpreparser.cc74 DeclarationScope* scope = NewScriptScope(REPLMode::kNo); in PreParseProgram()
Dparser.cc485 NewScriptScope(flags().is_repl_mode() ? REPLMode::kYes : REPLMode::kNo); in InitializeEmptyScopeChain()
Dparser-base.h769 DeclarationScope* NewScriptScope(REPLMode repl_mode) const { in NewScriptScope() function