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

Unified Diff: src/objects.h

Issue 1500933002: [debugger] fix debug-evaluate wrt shadowed context var. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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/objects.h
diff --git a/src/objects.h b/src/objects.h
index d139f326ec209015bf5098eaf068c9202f811892..e760e16939c883f4dd315af6fe1eb9a4ab43c1af 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -4011,6 +4011,9 @@ class ScopeInfo : public FixedArray {
// or context-allocated?
bool HasAllocatedReceiver();
+ // Does this scope declare a context-allocated "this" binding?
+ bool HasContextAllocatedReceiver();
+
// Does this scope declare a "new.target" binding?
bool HasNewTarget();

Powered by Google App Engine
This is Rietveld 408576698