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

Unified Diff: src/interpreter/bytecodes.h

Issue 2622863003: [debugger] infrastructure for side-effect-free debug-evaluate. (Closed)
Patch Set: Created 3 years, 11 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
Index: src/interpreter/bytecodes.h
diff --git a/src/interpreter/bytecodes.h b/src/interpreter/bytecodes.h
index 2c01590d2c0b9e61345bda1b97e7164c112529db..2408445af133cc0bb00a562bf35a7aa30cb7221d 100644
--- a/src/interpreter/bytecodes.h
+++ b/src/interpreter/bytecodes.h
@@ -804,6 +804,8 @@ class V8_EXPORT_PRIVATE Bytecodes final {
}
}
+ static bool BytecodeIsReadOnly(Bytecode bytecode);
jgruber 2017/01/10 12:46:37 What does read-only mean in this context? A commen
Yang 2017/01/10 14:14:06 Done.
+
private:
static const OperandType* const kOperandTypes[];
static const OperandTypeInfo* const kOperandTypeInfos[];

Powered by Google App Engine
This is Rietveld 408576698