Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 3149) |
+++ src/runtime.h (working copy) |
@@ -234,6 +234,7 @@ |
F(ReThrow, 1, 1) \ |
F(ThrowReferenceError, 1, 1) \ |
F(StackGuard, 1, 1) \ |
+ F(PromoteScheduledException, 0, 1) \ |
\ |
/* Contexts */ \ |
F(NewContext, 1, 1) \ |
@@ -263,6 +264,8 @@ |
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) |