Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: src/factory.h

Issue 2081733004: Rip out most of our outdated modules implementation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/crankshaft/typing.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 f8b91a913d4a3c443e8cca897ca8a30dadb60b6d..26c73062f8ad05b8610bdb2c0d19779aeceaa273 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -412,10 +412,6 @@ class Factory final {
PretenureFlag pretenure = NOT_TENURED,
Handle<AllocationSite> allocation_site = Handle<AllocationSite>::null());
- // JS modules are pretenured.
- Handle<JSModule> NewJSModule(Handle<Context> context,
- Handle<ScopeInfo> scope_info);
-
// JS arrays are pretenured when allocated by the parser.
// Create a JSArray with a specified length and elements initialized
« no previous file with comments | « src/crankshaft/typing.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698