Chromium Code Reviews| Index: src/api.h |
| diff --git a/src/api.h b/src/api.h |
| index 9fc99d9d2a0e9b021345a49b65e19664f452445a..aa8feefd96fcd433bf32625f043a446a0988181d 100644 |
| --- a/src/api.h |
| +++ b/src/api.h |
| @@ -184,6 +184,7 @@ class RegisteredExtension { |
| V(String, String) \ |
| V(Symbol, Symbol) \ |
| V(Script, Object) \ |
|
dcarney
2014/03/10 15:50:35
JSFunction
marja
2014/03/10 17:58:06
Done.
|
| + V(ContextUnboundScript, Object) \ |
|
dcarney
2014/03/10 15:50:35
can this not be SharedFunctionInfo?
marja
2014/03/10 17:58:06
Done.
|
| V(Function, JSFunction) \ |
| V(Message, JSObject) \ |
| V(Context, Context) \ |