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/
H A Ddebug-evaluate.h47 bool throw_on_side_effect);
112 bool throw_on_side_effect);
H A Ddebug-evaluate.cc92 bool throw_on_side_effect) { in Local()
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()
194 if (throw_on_side_effect) isolate->debug()->StartSideEffectCheckMode(); in Evaluate()
197 if (throw_on_side_effect) isolate->debug()->StopSideEffectCheckMode(); in Evaluate()
88 Local(Isolate* isolate, StackFrameId frame_id, int inlined_jsframe_index, Handle<String> source, bool throw_on_side_effect) Local() argument
179 Evaluate( Isolate* isolate, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, Handle<Object> receiver, Handle<String> source, bool throw_on_side_effect) Evaluate() argument
H A Ddebug-stack-trace-iterator.cc172 v8::Local<v8::String> source, bool throw_on_side_effect) { in Evaluate()
179 throw_on_side_effect) in Evaluate()
171 Evaluate( v8::Local<v8::String> source, bool throw_on_side_effect) Evaluate() argument
H A Ddebug-stack-trace-iterator.h35 bool throw_on_side_effect) override;
H A Ddebug-interface.h539 bool throw_on_side_effect) = 0;
568 bool throw_on_side_effect);
H A Ddebug-interface.cc1014 bool throw_on_side_effect) { in CallFunctionOn()
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()
1011 CallFunctionOn(Local<Context> context, Local<Function> function, Local<Value> recv, int argc, Local<Value> argv[], bool throw_on_side_effect) CallFunctionOn() argument
H A 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/
H A Dv8-runtime-agent-impl.cc120 const String16& objectGroup, bool throw_on_side_effect, in innerCallFunctionOn()
187 argv.get(), throw_on_side_effect); in innerCallFunctionOn()
115 innerCallFunctionOn( V8InspectorSessionImpl* session, InjectedScript::Scope& scope, v8::Local<v8::Value> recv, const String16& expression, Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, bool silent, WrapMode wrapMode, bool userGesture, bool awaitPromise, const String16& objectGroup, bool throw_on_side_effect, std::unique_ptr<V8RuntimeAgentImpl::CallFunctionOnCallback> callback) innerCallFunctionOn() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc1229 const bool throw_on_side_effect = false; in CheckBreakPoint() local
1231 throw_on_side_effect) in CheckBreakPoint()

Completed in 18 milliseconds