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

Unified Diff: src/compilation-dependencies.h

Issue 2067423003: [turbofan] Properly handle dictionary maps in the prototype chain. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@TurboFan_CheckedOperators
Patch Set: Created 4 years, 6 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 | « no previous file | src/compilation-dependencies.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compilation-dependencies.h
diff --git a/src/compilation-dependencies.h b/src/compilation-dependencies.h
index a40eb7480114f2b697e5ac9d1f106f31b1794425..ca09ef5e116a82c2d87ab0fbebabb69489509bd6 100644
--- a/src/compilation-dependencies.h
+++ b/src/compilation-dependencies.h
@@ -32,9 +32,6 @@ class CompilationDependencies {
Insert(DependentCode::kFieldTypeGroup, map);
}
void AssumeMapStable(Handle<Map> map);
- void AssumePrototypeMapsStable(
- Handle<Map> map,
- MaybeHandle<JSReceiver> prototype = MaybeHandle<JSReceiver>());
void AssumeMapNotDeprecated(Handle<Map> map);
void AssumePropertyCell(Handle<PropertyCell> cell) {
Insert(DependentCode::kPropertyCellChangedGroup, cell);
« no previous file with comments | « no previous file | src/compilation-dependencies.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698