| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index c3ad0dc5a5aafe1c8cfdb7692a7edb24197fa2d3..77d9471427b9f57dd570cc1df4cd46474693ba1d 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -475,6 +475,13 @@ class Factory V8_FINAL {
|
| Handle<JSFunction> NewFunctionWithoutPrototype(Handle<String> name,
|
| Handle<Code> code);
|
|
|
| + Handle<JSFunction> NewFunctionWithMapFromSharedFunctionInfo(
|
| + Handle<Map> map,
|
| + Handle<SharedFunctionInfo> function_info,
|
| + Handle<Context> context,
|
| + PretenureFlag pretenure = TENURED);
|
| +
|
| +
|
| Handle<JSFunction> NewFunctionFromSharedFunctionInfo(
|
| Handle<SharedFunctionInfo> function_info,
|
| Handle<Context> context,
|
|
|