| Index: src/runtime.h
|
| ===================================================================
|
| --- src/runtime.h (revision 1168)
|
| +++ src/runtime.h (working copy)
|
| @@ -244,7 +244,7 @@
|
| F(DebugGetLoadedScripts, 0) \
|
| F(DebugReferencedBy, 3) \
|
| F(DebugConstructedBy, 2) \
|
| - F(GetPrototype, 1) \
|
| + F(DebugGetPrototype, 1) \
|
| F(SystemBreak, 0) \
|
| \
|
| /* Literals */ \
|
| @@ -253,6 +253,9 @@
|
| F(CreateObjectLiteralBoilerplate, 3) \
|
| F(CloneObjectLiteralBoilerplate, 1) \
|
| \
|
| + /* Catch context extension objects */ \
|
| + F(CreateCatchExtensionObject, 2) \
|
| + \
|
| /* Statements */ \
|
| F(NewClosure, 2) \
|
| F(NewObject, 1) \
|
|
|