| Index: src/runtime.h
|
| ===================================================================
|
| --- src/runtime.h (revision 3173)
|
| +++ src/runtime.h (working copy)
|
| @@ -234,7 +234,6 @@
|
| F(ReThrow, 1, 1) \
|
| F(ThrowReferenceError, 1, 1) \
|
| F(StackGuard, 1, 1) \
|
| - F(PromoteScheduledException, 0, 1) \
|
| \
|
| /* Contexts */ \
|
| F(NewContext, 1, 1) \
|
| @@ -264,8 +263,6 @@
|
| F(Log, 2, 1) \
|
| /* ES5 */ \
|
| F(LocalKeys, 1, 1) \
|
| - /* Handle scopes */ \
|
| - F(DeleteHandleScopeExtensions, 0, 1) \
|
| \
|
| /* Pseudo functions - handled as macros by parser */ \
|
| F(IS_VAR, 1, 1)
|
|
|