| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 75eff9cbd3c177de5bf17c7d9cd6ff4801d04a5c..f8b91a913d4a3c443e8cca897ca8a30dadb60b6d 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -506,6 +506,9 @@
|
|
|
| Handle<JSGlobalProxy> NewUninitializedJSGlobalProxy();
|
|
|
| + Handle<JSFunction> NewFunction(Handle<String> name, Handle<Code> code,
|
| + Handle<Object> prototype,
|
| + bool is_strict = false);
|
| Handle<JSFunction> NewFunction(Handle<String> name);
|
| Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
|
| Handle<Code> code,
|
|
|