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

Unified Diff: src/compiler/opcodes.h

Issue 2697063002: Fix typeof optimization for undetectable (Closed)
Patch Set: Add TypeOfIsFunction to EscapeStatusAnalysis Created 3 years, 10 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/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 94a55424223f95677bfe1ced154c70c6fb1f2881..e49e000ae43d5ee052a17fe72f9063528e9f08c7 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -343,7 +343,8 @@
V(ArrayBufferWasNeutered) \
V(EnsureWritableFastElements) \
V(MaybeGrowFastElements) \
- V(TransitionElementsKind)
+ V(TransitionElementsKind) \
+ V(TypeOfIsFunction)
#define SIMPLIFIED_OP_LIST(V) \
SIMPLIFIED_CHANGE_OP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698