diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2014-03-31 14:38:28 +0200 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-04-02 00:05:24 +0400 |
commit | 67e078094b53861a5aa7e9354e33487d0bd4f73b (patch) | |
tree | 09a706adee1ddb59c1507ee3320de9cb6896135b /deps/v8/src/api.h | |
parent | f984555d47298cfb01b3e55c2861066379306fc3 (diff) | |
download | node-new-67e078094b53861a5aa7e9354e33487d0bd4f73b.tar.gz |
deps: upgrade v8 to 3.25.30
Diffstat (limited to 'deps/v8/src/api.h')
-rw-r--r-- | deps/v8/src/api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/api.h b/deps/v8/src/api.h index 9fc99d9d2a..128087c895 100644 --- a/deps/v8/src/api.h +++ b/deps/v8/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) \ |