Home
last modified time | relevance | path

Searched refs:repl_mode (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dscript-details.h18 : line_offset(0), column_offset(0), repl_mode(REPLMode::kNo) {} in ScriptDetails()
25 repl_mode(REPLMode::kNo), in ScriptDetails()
33 REPLMode repl_mode; member
H A Dcompiler.cc2883 script_details.repl_mode == REPLMode::kNo && in Compile()
3016 extension == nullptr && script_details.repl_mode == REPLMode::kNo; in Compile()
3078 script_details.repl_mode, in Compile()
3194 isolate, true, language_mode, script_details.repl_mode, in Compile()
/third_party/node/deps/v8/src/debug/
H A Ddebug-evaluate.h29 REPLMode repl_mode = REPLMode::kNo);
33 debug::EvaluateGlobalMode mode, REPLMode repl_mode = REPLMode::kNo);
H A Ddebug-evaluate.cc32 REPLMode repl_mode) { in GetFunctionInfo()
35 script_details.repl_mode = repl_mode; in GetFunctionInfo()
45 REPLMode repl_mode) { in Global()
47 if (!GetFunctionInfo(isolate, source, repl_mode).ToHandle(&shared_info)) { in Global()
55 return Global(isolate, fun, mode, repl_mode); in Global()
61 REPLMode repl_mode) { in Global()
30 GetFunctionInfo(Isolate* isolate, Handle<String> source, REPLMode repl_mode) GetFunctionInfo() argument
42 Global(Isolate* isolate, Handle<String> source, debug::EvaluateGlobalMode mode, REPLMode repl_mode) Global() argument
58 Global(Isolate* isolate, Handle<JSFunction> function, debug::EvaluateGlobalMode mode, REPLMode repl_mode) Global() argument
H A Ddebug-interface.cc1041 i::REPLMode repl_mode = repl ? i::REPLMode::kYes : i::REPLMode::kNo; in EvaluateGlobal() local
1045 mode, repl_mode), in EvaluateGlobal()
1056 i::REPLMode repl_mode = repl ? i::REPLMode::kYes : i::REPLMode::kNo; in EvaluateGlobalForTesting() local
1060 mode, repl_mode), in EvaluateGlobalForTesting()
H A Ddebug-interface.h578 bool repl_mode = false);
/third_party/node/deps/v8/src/parsing/
H A Dparse-info.cc99 REPLMode repl_mode, ScriptType type, bool lazy) { in ForToplevelCompile()
102 is_user_javascript, language_mode, repl_mode, in ForToplevelCompile()
146 LanguageMode language_mode, REPLMode repl_mode, ScriptType type, in SetFlagsForToplevelCompile()
154 set_is_repl_mode((repl_mode == REPLMode::kYes)); in SetFlagsForToplevelCompile()
97 ForToplevelCompile( Isolate* isolate, bool is_user_javascript, LanguageMode language_mode, REPLMode repl_mode, ScriptType type, bool lazy) ForToplevelCompile() argument
144 SetFlagsForToplevelCompile( bool is_collecting_type_profile, bool is_user_javascript, LanguageMode language_mode, REPLMode repl_mode, ScriptType type, bool lazy) SetFlagsForToplevelCompile() argument
H A Dparse-info.h72 REPLMode repl_mode,
145 REPLMode repl_mode, ScriptType type,
H A Dparser.h455 REPLMode repl_mode = REPLMode::kNo);
534 REPLMode repl_mode = REPLMode::kNo);
H A Dparser.cc2980 REPLMode repl_mode) { in BuildRejectPromiseOnException()
3010 repl_mode == REPLMode::kYes in BuildRejectPromiseOnException()
3575 REPLMode repl_mode) { in RewriteAsyncFunctionBody()
3587 block = BuildRejectPromiseOnException(block, repl_mode); in RewriteAsyncFunctionBody()
2979 BuildRejectPromiseOnException(Block* inner_block, REPLMode repl_mode) BuildRejectPromiseOnException() argument
3573 RewriteAsyncFunctionBody(ScopedPtrList<Statement>* body, Block* block, Expression* return_value, REPLMode repl_mode) RewriteAsyncFunctionBody() argument
H A Dparser-base.h769 DeclarationScope* NewScriptScope(REPLMode repl_mode) const { in NewScriptScope()
771 repl_mode); in NewScriptScope()
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc144 REPLMode repl_mode) in DeclarationScope()
146 function_kind_(repl_mode == REPLMode::kYes in DeclarationScope()
152 is_repl_mode_scope_ = repl_mode == REPLMode::kYes; in DeclarationScope()
142 DeclarationScope(Zone* zone, AstValueFactory* ast_value_factory, REPLMode repl_mode) DeclarationScope() argument
H A Dscopes.h865 REPLMode repl_mode = REPLMode::kNo);

Completed in 36 milliseconds