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

Unified Diff: src/full-codegen.h

Issue 1167813003: [date] Refactor the %_DateField intrinsic to be optimizable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments. Created 5 years, 7 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 | « src/deoptimizer.h ('k') | src/hydrogen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen.h
diff --git a/src/full-codegen.h b/src/full-codegen.h
index a7a91d0af9ad5b5a7005d05a6117c50990492f3b..ef4bf1f15f6cec7e6aaeff9552d3a2edaba7d673 100644
--- a/src/full-codegen.h
+++ b/src/full-codegen.h
@@ -529,6 +529,7 @@ class FullCodeGenerator: public AstVisitor {
F(Arguments) \
F(ValueOf) \
F(SetValueOf) \
+ F(ThrowIfNotADate) \
F(DateField) \
F(StringCharFromCode) \
F(StringCharAt) \
« no previous file with comments | « src/deoptimizer.h ('k') | src/hydrogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698