Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(678)

Unified Diff: src/inspector/java-script-call-frame.h

Issue 2687013003: Revert of [debugger] expose side-effect free evaluate to inspector. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/inspector/debugger_script_externs.js ('k') | src/inspector/java-script-call-frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/java-script-call-frame.h
diff --git a/src/inspector/java-script-call-frame.h b/src/inspector/java-script-call-frame.h
index b3930c0818a93ca71add07b71c40e1438f2b373a..e8ae37d8196847ffda5189ed6f5472f4d1242812 100644
--- a/src/inspector/java-script-call-frame.h
+++ b/src/inspector/java-script-call-frame.h
@@ -54,8 +54,7 @@
bool isAtReturn() const;
v8::MaybeLocal<v8::Object> details() const;
- v8::MaybeLocal<v8::Value> evaluate(v8::Local<v8::Value> expression,
- bool throwOnSideEffect);
+ v8::MaybeLocal<v8::Value> evaluate(v8::Local<v8::Value> expression);
v8::MaybeLocal<v8::Value> restart();
v8::MaybeLocal<v8::Value> setVariableValue(int scopeNumber,
v8::Local<v8::Value> variableName,
« no previous file with comments | « src/inspector/debugger_script_externs.js ('k') | src/inspector/java-script-call-frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698