Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 11587) |
+++ src/runtime.h (working copy) |
@@ -272,7 +272,6 @@ |
F(GetArrayKeys, 2, 1) \ |
F(MoveArrayContents, 2, 1) \ |
F(EstimateNumberOfElements, 1, 1) \ |
- F(SwapElements, 3, 1) \ |
\ |
/* Getters and Setters */ \ |
F(LookupAccessor, 3, 1) \ |
@@ -536,8 +535,7 @@ |
F(RegExpExec, 4, 1) \ |
F(RegExpConstructResult, 3, 1) \ |
F(GetFromCache, 2, 1) \ |
- F(NumberToString, 1, 1) \ |
- F(SwapElements, 3, 1) |
+ F(NumberToString, 1, 1) |
//--------------------------------------------------------------------------- |