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

Unified Diff: src/runtime.h

Issue 300004: X64 Win64: Reimplement fmod so that it works. (Closed)
Patch Set: And it lints. Created 11 years, 2 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/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 279181d07e384134de91fc8922134ec18e900865..16ffc5dc412b5a6426779cc04a6a3d6751e8ce54 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -69,6 +69,7 @@ namespace internal {
F(NewArgumentsFast, 3, 1) \
F(LazyCompile, 1, 1) \
F(SetNewFunctionAttributes, 1, 1) \
+ F(AllocateHeapNumber, 0, 1) \
\
/* Array join support */ \
F(PushIfAbsent, 2, 1) \

Powered by Google App Engine
This is Rietveld 408576698