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

Unified Diff: tools/v8heapconst.py

Issue 1474353002: Remove easy to remove calls to Isolate::Current() from api.cc (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: update Created 5 years, 1 month 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
« include/v8.h ('K') | « test/cctest/test-profile-generator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/v8heapconst.py
diff --git a/tools/v8heapconst.py b/tools/v8heapconst.py
index f3d5d15ab5214a9bedbc572812c39da21bfc70ce..a548ee8d76a8e1c172c008c8ef538b02533896fb 100644
--- a/tools/v8heapconst.py
+++ b/tools/v8heapconst.py
@@ -231,7 +231,6 @@ KNOWN_MAPS = {
0x098e9: (165, "CallHandlerInfoMap"),
0x09915: (166, "FunctionTemplateInfoMap"),
0x09941: (167, "ObjectTemplateInfoMap"),
- 0x0996d: (169, "TypeSwitchInfoMap"),
0x09999: (173, "CodeCacheMap"),
0x099c5: (175, "TypeFeedbackInfoMap"),
0x099f1: (176, "AliasedArgumentsEntryMap"),
« include/v8.h ('K') | « test/cctest/test-profile-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698