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

Unified Diff: src/code-stub-assembler.h

Issue 2874833004: [array] Fast allocation in Array.p.map (Closed)
Patch Set: Check len smi-ness Created 3 years, 7 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/builtins/builtins-array-gen.cc ('k') | src/code-stub-assembler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stub-assembler.h
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h
index fa5ba934f0d9a9278f599c5dae2edddb812d3d23..19692fa9c9a80a48cc9810f31a74f66955f110fb 100644
--- a/src/code-stub-assembler.h
+++ b/src/code-stub-assembler.h
@@ -621,9 +621,6 @@ class V8_EXPORT_PRIVATE CodeStubAssembler : public compiler::CodeAssembler {
Node* AllocateJSArrayIterator(Node* array, Node* array_map, Node* map);
- // Perform ArraySpeciesCreate (ES6 #sec-arrayspeciescreate).
- Node* ArraySpeciesCreate(Node* context, Node* originalArray, Node* len);
-
void FillFixedArrayWithValue(ElementsKind kind, Node* array, Node* from_index,
Node* to_index,
Heap::RootListIndex value_root_index,
« no previous file with comments | « src/builtins/builtins-array-gen.cc ('k') | src/code-stub-assembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698