Home
last modified time | relevance | path

Searched refs:throw_on_side_effect (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.h47 bool throw_on_side_effect);
112 bool throw_on_side_effect);
Ddebug-evaluate.cc92 bool throw_on_side_effect) { in Local() argument
109 throw_on_side_effect); in Local()
128 throw_on_side_effect); in Local()
171 const bool throw_on_side_effect = false; in WithTopmostArguments() local
174 throw_on_side_effect); in WithTopmostArguments()
182 bool throw_on_side_effect) { in Evaluate() argument
194 if (throw_on_side_effect) isolate->debug()->StartSideEffectCheckMode(); in Evaluate()
197 if (throw_on_side_effect) isolate->debug()->StopSideEffectCheckMode(); in Evaluate()
Ddebug-stack-trace-iterator.cc172 v8::Local<v8::String> source, bool throw_on_side_effect) { in Evaluate() argument
179 throw_on_side_effect) in Evaluate()
Ddebug-stack-trace-iterator.h35 bool throw_on_side_effect) override;
Ddebug-interface.h539 bool throw_on_side_effect) = 0;
568 bool throw_on_side_effect);
Ddebug-interface.cc1014 bool throw_on_side_effect) { in CallFunctionOn() argument
1022 i::DisableBreak disable_break_scope(isolate->debug(), throw_on_side_effect); in CallFunctionOn()
1023 if (throw_on_side_effect) { in CallFunctionOn()
1029 if (throw_on_side_effect) { in CallFunctionOn()
Ddebug.cc708 const bool throw_on_side_effect = false; in CheckBreakPoint() local
711 condition, throw_on_side_effect); in CheckBreakPoint()
/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.cc120 const String16& objectGroup, bool throw_on_side_effect, in innerCallFunctionOn() argument
187 argv.get(), throw_on_side_effect); in innerCallFunctionOn()
/third_party/node/deps/v8/src/wasm/
Dwasm-debug.cc1229 const bool throw_on_side_effect = false; in CheckBreakPoint() local
1231 throw_on_side_effect) in CheckBreakPoint()