v8/src/ast
jameslahm 65ffd616b0 [interpreter] create array literal boilerplates for spread calls
when BuildCreateArrayLiteral

In spread calls, create array literal boilerplates for
BuildCreateArrayLiteral rather than emit array literals
without any boilerplates

Bug: v8:11582
Change-Id: Ia0538bd043eab040c3059440e982c7f0037d1a3f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3507126
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#79447}
2022-03-10 16:29:05 +00:00
..
ast-function-literal-id-reindexer.cc [class] Implement class static blocks 2021-02-18 17:19:04 +00:00
ast-function-literal-id-reindexer.h [cleanup][ast] Remove uses of DISALLOW_COPY_AND_ASSIGN 2020-12-07 09:38:09 +00:00
ast-source-ranges.h [coverage] optional chaining coverage 2021-01-13 17:09:47 +00:00
ast-traversal-visitor.h [class] Implement class static blocks 2021-02-18 17:19:04 +00:00
ast-value-factory.cc Refactor Name::Hash 2022-02-07 11:30:04 +00:00
ast-value-factory.h Refactor Name::Hash 2022-02-07 11:30:04 +00:00
ast.cc [interpreter] create array literal boilerplates for spread calls 2022-03-10 16:29:05 +00:00
ast.h [interpreter] create array literal boilerplates for spread calls 2022-03-10 16:29:05 +00:00
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
modules.cc [compiler] Support background finalization for Modules 2021-07-07 11:38:46 +00:00
modules.h [cleanup] Rename LocalIsolate templates to IsolateT 2021-04-26 09:11:10 +00:00
OWNERS Update OWNERS files 2022-02-16 08:16:04 +00:00
prettyprinter.cc [cleanup][objects] Make FunctionKind an enum class 2021-11-16 16:18:28 +00:00
prettyprinter.h [cleanup] Fix -Wshadow in prettyprinter.h 2021-09-28 11:45:35 +00:00
scopes.cc [parser] binding arguments var declaration in inner_scope 2022-03-07 09:33:52 +00:00
scopes.h Move utils/pointer-with-payload.h -> base/pointer-with-payload.h 2022-03-03 11:44:23 +00:00
source-range-ast-visitor.cc [coverage] remove the last continuation range before synthetic return 2020-07-07 15:53:21 +00:00
source-range-ast-visitor.h [coverage] Improve whitespace precision of coverage reporting 2020-01-07 10:29:45 +00:00
variables.cc Adding support for const redeclaration on REPL mode. 2021-05-11 16:47:04 +00:00
variables.h Adding support for const redeclaration on REPL mode. 2021-05-11 16:47:04 +00:00