Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dparse-info.h122 ParsingWhileDebugging parsing_while_debugging() const { in parsing_while_debugging() function
Dparser-base.h923 if (flags().parsing_while_debugging() == ParsingWhileDebugging::kYes) { in ExpectSemicolon()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc339 Object script, ParsingWhileDebugging parsing_while_debugging) { in OriginOptionsForEval() argument
341 parsing_while_debugging == ParsingWhileDebugging::kYes; in OriginOptionsForEval()
2300 ParsingWhileDebugging parsing_while_debugging) { in Compile() argument
2343 flags.set_parsing_while_debugging(parsing_while_debugging); in Compile()
2358 OriginOptionsForEval(outer_info->script(), parsing_while_debugging)); in Compile()
2370 OriginOptionsForEval(*summary.script(), parsing_while_debugging)); in Compile()
Dcompiler.h152 ParsingWhileDebugging parsing_while_debugging =