Chromium Code Reviews

Unified Diff: src/scopes.h

Issue 867153003: new classes: special construct stub for derived classs and TDZ for `this`. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/scopes.h
diff --git a/src/scopes.h b/src/scopes.h
index 8d790068783c20e681248972c91dbce176d1848f..2abb271cde55d9cd371e976b4bef9d33597ad779 100644
--- a/src/scopes.h
+++ b/src/scopes.h
@@ -88,7 +88,7 @@ class Scope: public ZoneObject {
scope_name_ = scope_name;
}
- void Initialize();
+ void Initialize(bool uninitialized_this);
// Checks if the block scope is redundant, i.e. it does not contain any
// block scoped declarations. In that case it is removed from the scope

Powered by Google App Engine