Index: src/api.h |
diff --git a/src/api.h b/src/api.h |
index 9fc99d9d2a0e9b021345a49b65e19664f452445a..128087c895137c876bd62de869ba022a8d074afa 100644 |
--- a/src/api.h |
+++ b/src/api.h |
@@ -183,7 +183,8 @@ class RegisteredExtension { |
V(DataView, JSDataView) \ |
V(String, String) \ |
V(Symbol, Symbol) \ |
- V(Script, Object) \ |
+ V(Script, JSFunction) \ |
+ V(UnboundScript, SharedFunctionInfo) \ |
V(Function, JSFunction) \ |
V(Message, JSObject) \ |
V(Context, Context) \ |