Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-evaluate.h26 bool throw_on_side_effect);
91 bool throw_on_side_effect);
Ddebug-evaluate.cc51 bool throw_on_side_effect) { in Local() argument
80 throw_on_side_effect); in Local()
90 bool throw_on_side_effect) { in Evaluate() argument
101 NoSideEffectScope no_side_effect(isolate, throw_on_side_effect); in Evaluate()
Dmirrors.js1922 FrameMirror.prototype.evaluate = function(source, throw_on_side_effect = false) { argument
1927 throw_on_side_effect));
/external/v8/src/runtime/
Druntime-debug.cc1227 CONVERT_BOOLEAN_ARG_CHECKED(throw_on_side_effect, 4); in RUNTIME_FUNCTION()
1233 throw_on_side_effect)); in RUNTIME_FUNCTION()