Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.h24 bool throw_on_side_effect);
34 bool throw_on_side_effect);
95 bool throw_on_side_effect);
Ddebug-evaluate.cc27 bool throw_on_side_effect) { in Global() argument
29 DisableBreak disable_break_scope(isolate->debug(), throw_on_side_effect); in Global()
46 if (throw_on_side_effect) isolate->debug()->StartSideEffectCheckMode(); in Global()
50 if (throw_on_side_effect) isolate->debug()->StopSideEffectCheckMode(); in Global()
58 bool throw_on_side_effect) { in Local() argument
80 throw_on_side_effect); in Local()
121 const bool throw_on_side_effect = false; in WithTopmostArguments() local
124 throw_on_side_effect); in WithTopmostArguments()
132 bool throw_on_side_effect) { in Evaluate() argument
144 if (throw_on_side_effect) isolate->debug()->StartSideEffectCheckMode(); in Evaluate()
[all …]
Ddebug-stack-trace-iterator.cc173 v8::Local<v8::String> source, bool throw_on_side_effect) { in Evaluate() argument
179 throw_on_side_effect) in Evaluate()
Ddebug-stack-trace-iterator.h34 bool throw_on_side_effect) override;
Ddebug-interface.h451 bool throw_on_side_effect) = 0;
487 bool throw_on_side_effect);
Ddebug.cc576 const bool throw_on_side_effect = false; in CheckBreakPoint() local
579 condition, throw_on_side_effect); in CheckBreakPoint()
/external/v8/src/
Dapi.cc9731 bool throw_on_side_effect) { in EvaluateGlobal() argument
9737 throw_on_side_effect), in EvaluateGlobal()