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

Unified Diff: src/runtime.h

Issue 178223011: Reset trunk to 3.24.35.4 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 6 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
« no previous file with comments | « src/regexp-macro-assembler-tracer.cc ('k') | src/runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 823285fd37661bad76a15483a06cc104b680512b..61c019c068bf1a4f5e3d62a7c758020ba4670ca7 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -177,18 +177,14 @@ namespace internal {
F(Math_acos, 1, 1) \
F(Math_asin, 1, 1) \
F(Math_atan, 1, 1) \
- F(Math_log, 1, 1) \
- F(Math_cbrt, 1, 1) \
- F(Math_log1p, 1, 1) \
- F(Math_expm1, 1, 1) \
- F(Math_sqrt, 1, 1) \
+ F(Math_atan2, 2, 1) \
F(Math_exp, 1, 1) \
F(Math_floor, 1, 1) \
+ F(Math_log, 1, 1) \
F(Math_pow, 2, 1) \
F(Math_pow_cfunction, 2, 1) \
- F(Math_atan2, 2, 1) \
F(RoundNumber, 1, 1) \
- F(Math_fround, 1, 1) \
+ F(Math_sqrt, 1, 1) \
\
/* Regular expressions */ \
F(RegExpCompile, 3, 1) \
@@ -312,17 +308,13 @@ namespace internal {
/* ES5 */ \
F(ObjectFreeze, 1, 1) \
\
- /* Harmony Microtasks */ \
- F(GetMicrotaskState, 0, 1) \
- \
/* Harmony modules */ \
F(IsJSModule, 1, 1) \
\
/* Harmony symbols */ \
F(CreateSymbol, 1, 1) \
F(CreatePrivateSymbol, 1, 1) \
- F(NewSymbolWrapper, 1, 1) \
- F(SymbolDescription, 1, 1) \
+ F(SymbolName, 1, 1) \
F(SymbolIsPrivate, 1, 1) \
\
/* Harmony proxies */ \
@@ -359,7 +351,6 @@ namespace internal {
\
/* Harmony events */ \
F(SetMicrotaskPending, 1, 1) \
- F(RunMicrotasks, 0, 1) \
\
/* Harmony observe */ \
F(IsObserved, 1, 1) \
@@ -446,7 +437,7 @@ namespace internal {
F(DebugTrace, 0, 1) \
F(TraceEnter, 0, 1) \
F(TraceExit, 1, 1) \
- F(Abort, 1, 1) \
+ F(Abort, 2, 1) \
F(AbortJS, 1, 1) \
/* Logging */ \
F(Log, 2, 1) \
« no previous file with comments | « src/regexp-macro-assembler-tracer.cc ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698