Chromium Code Reviews

Unified Diff: src/factory.h

Issue 1413723008: Revert of [es6] Fix Function and GeneratorFunction built-ins subclassing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@subclass
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 63af855f5eb7359aec49530779ca700a6b50a1e6..22baf4534730664888229aeadaabd13cfcb55545 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -505,11 +505,8 @@
bool is_strict = false);
Handle<JSFunction> NewFunctionFromSharedFunctionInfo(
- Handle<Map> initial_map, Handle<SharedFunctionInfo> function_info,
- Handle<Context> context, PretenureFlag pretenure = TENURED);
-
- Handle<JSFunction> NewFunctionFromSharedFunctionInfo(
- Handle<SharedFunctionInfo> function_info, Handle<Context> context,
+ Handle<SharedFunctionInfo> function_info,
+ Handle<Context> context,
PretenureFlag pretenure = TENURED);
Handle<JSFunction> NewFunction(Handle<String> name, Handle<Code> code,
« no previous file with comments | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine