Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 5007) |
+++ src/runtime.h (working copy) |
@@ -72,6 +72,7 @@ |
F(GetOwnProperty, 2, 1) \ |
\ |
F(IsExtensible, 1, 1) \ |
+ F(PreventExtensions, 1, 1)\ |
\ |
/* Utilities */ \ |
F(GetFunctionDelegate, 1, 1) \ |