Fix minor inconsistency with inline function list.
R=yangguo@chromium.org Review URL: https://chromiumcodereview.appspot.com/9699075 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11059 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
26aaa3b005
commit
9484f16244
@ -486,6 +486,7 @@ namespace internal {
|
||||
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) \
|
||||
@ -519,7 +520,6 @@ namespace internal {
|
||||
// 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) \
|
||||
|
Loading…
Reference in New Issue
Block a user