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

Unified Diff: src/hydrogen.h

Issue 1316933002: [es6] Initial steps towards a correct implementation of IsCallable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: ia32, arm and arm64 ports. Misc cleanups. Created 5 years, 4 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/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 9b263a035f6b09088caeb9790d769a747b47368f..477dc77da7d46dbc29f1fbdec409cc417d448fab 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -2246,7 +2246,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
F(TheHole) \
/* Arrays */ \
F(HasFastPackedElements) \
- F(GetPrototype) \
/* Strings */ \
F(StringGetLength) \
/* JSValue */ \

Powered by Google App Engine
This is Rietveld 408576698