| Index: src/runtime.h
|
| ===================================================================
|
| --- src/runtime.h (revision 5873)
|
| +++ src/runtime.h (working copy)
|
| @@ -262,7 +262,7 @@
|
| F(CreateCatchExtensionObject, 2, 1) \
|
| \
|
| /* Statements */ \
|
| - F(NewClosure, 2, 1) \
|
| + F(NewClosure, 3, 1) \
|
| F(NewObject, 1, 1) \
|
| F(NewObjectFromBound, 2, 1) \
|
| F(FinalizeInstanceSize, 1, 1) \
|
| @@ -418,7 +418,8 @@
|
| F(MathSqrt, 1, 1) \
|
| F(IsRegExpEquivalent, 2, 1) \
|
| F(HasCachedArrayIndex, 1, 1) \
|
| - F(GetCachedArrayIndex, 1, 1)
|
| + F(GetCachedArrayIndex, 1, 1) \
|
| + F(FastAsciiArrayJoin, 2, 1)
|
|
|
|
|
| // ----------------------------------------------------------------------------
|
|
|