| Index: src/runtime.h
|
| ===================================================================
|
| --- src/runtime.h (revision 6904)
|
| +++ src/runtime.h (working copy)
|
| @@ -68,7 +68,6 @@
|
| \
|
| F(IsInPrototypeChain, 2, 1) \
|
| F(SetHiddenPrototype, 2, 1) \
|
| - F(SetMathFunctionId, 2, 1) \
|
| \
|
| F(IsConstructCall, 0, 1) \
|
| \
|
| @@ -345,8 +344,8 @@
|
| F(IsBreakOnException, 1, 1) \
|
| F(PrepareStep, 3, 1) \
|
| F(ClearStepping, 0, 1) \
|
| - F(DebugEvaluate, 4, 1) \
|
| - F(DebugEvaluateGlobal, 3, 1) \
|
| + F(DebugEvaluate, 5, 1) \
|
| + F(DebugEvaluateGlobal, 4, 1) \
|
| F(DebugGetLoadedScripts, 0, 1) \
|
| F(DebugReferencedBy, 3, 1) \
|
| F(DebugConstructedBy, 2, 1) \
|
|
|