Revision: 11059
Author: [email protected]
Date: Thu Mar 15 07:38:45 2012
Log: Fix minor inconsistency with inline function list.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/9699075
http://code.google.com/p/v8/source/detail?r=11059
Modified:
/branches/bleeding_edge/src/runtime.h
=======================================
--- /branches/bleeding_edge/src/runtime.h Thu Mar 15 04:51:26 2012
+++ /branches/bleeding_edge/src/runtime.h Thu Mar 15 07:38:45 2012
@@ -486,12 +486,13 @@
F(IsNonNegativeSmi, 1,
1) \
F(IsArray, 1,
1) \
F(IsRegExp, 1,
1) \
+ F(IsConstructCall, 0,
1) \
F(CallFunction, -1 /* receiver + n args + function */,
1) \
F(ArgumentsLength, 0,
1) \
F(Arguments, 1,
1) \
F(ValueOf, 1,
1) \
F(SetValueOf, 2,
1) \
- F(DateField, 2 /* date object, field index */, 1) \
+ F(DateField, 2 /* date object, field index */,
1) \
F(StringCharFromCode, 1,
1) \
F(StringCharAt, 2,
1) \
F(ObjectEquals, 2,
1) \
@@ -519,7 +520,6 @@
// a corresponding runtime function, that is called for slow cases.
// Entries have the form F(name, number of arguments, number of return
values).
#define INLINE_RUNTIME_FUNCTION_LIST(F) \
- F(IsConstructCall, 0,
1) \
F(ClassOf, 1,
1) \
F(StringCharCodeAt, 2,
1) \
F(Log, 3,
1) \
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev