Branch: refs/heads/main
Home:
https://api.github.com/repos/nwjs/v8
Commit: 4079b421ecc69a647ca6d1ddb7d50b3a7b2f9e8f
https://github.com/nwjs/v8/commit/4079b421ecc69a647ca6d1ddb7d50b3a7b2f9e8f
Author: Kevin Fan <
k...@gnor.net>
Date: 2026-03-21 17:11:30 -0600 -0600
Changed paths:
M .git-blame-ignore-revs
M .gn
M AUTHORS
M BUILD.bazel
M BUILD.gn
M DEPS
M RISCV_OWNERS
M bazel/defs.bzl
M gni/release_branch_toggle.gni
M gni/v8.gni
M include/v8-debug.h
M include/v8-external.h
M include/v8-function-callback.h
M include/v8-initialization.h
M include/v8-inspector.h
M include/v8-internal.h
M include/v8-isolate.h
M include/v8-message.h
M include/v8-object.h
M include/v8-primitive-object.h
M include/v8-primitive.h
M include/v8-profiler.h
M include/v8-script.h
M include/v8-template.h
M include/v8-version.h
M include/v8-wasm.h
M infra/mb/mb_config.pyl
M infra/testing/builders.pyl
M samples/process.cc
M src/DEPS
M src/api/api-arguments-inl.h
M src/api/api-arguments.h
M src/api/api.cc
M src/api/api.h
M src/asmjs/asm-js.cc
M src/ast/ast-value-factory.cc
M src/ast/ast-value-factory.h
M src/ast/ast.cc
M src/ast/ast.h
M src/ast/scopes.cc
M src/ast/scopes.h
M src/ast/variables.h
M src/base/memcopy.h
M src/base/timezone-cache.h
M src/base/vector.h
M src/baseline/baseline-batch-compiler.cc
M src/baseline/baseline-batch-compiler.h
M src/baseline/baseline-compiler.cc
M src/baseline/baseline-compiler.h
M src/baseline/bytecode-offset-iterator.cc
M src/baseline/bytecode-offset-iterator.h
M src/bigint/DEPS
M src/bigint/bigint-internal.cc
M src/bigint/bigint-internal.h
M src/bigint/bigint.h
M src/bigint/div-barrett.cc
M src/bigint/div-burnikel.cc
M src/bigint/div-schoolbook.cc
M src/bigint/fromstring.cc
M src/bigint/mul-fft.cc
M src/bigint/mul-karatsuba.cc
M src/bigint/mul-toom.cc
M src/bigint/tostring.cc
M src/bigint/util.h
M src/builtins/accessors.cc
M src/builtins/accessors.h
M src/builtins/arm/builtins-arm.cc
M src/builtins/arm64/builtins-arm64.cc
M src/builtins/array-copywithin.tq
M src/builtins/array-every.tq
M src/builtins/array-filter.tq
M src/builtins/array-find.tq
M src/builtins/array-findindex.tq
M src/builtins/array-flat.tq
M src/builtins/array-foreach.tq
M src/builtins/array-from.tq
M src/builtins/array-isarray.tq
M src/builtins/array-join.tq
M src/builtins/array-lastindexof.tq
M src/builtins/array-map.tq
M src/builtins/array-of.tq
M src/builtins/array-reduce-right.tq
M src/builtins/array-reduce.tq
M src/builtins/array-reverse.tq
M src/builtins/array-shift.tq
M src/builtins/array-slice.tq
M src/builtins/array-some.tq
M src/builtins/array-splice.tq
M src/builtins/array-unshift.tq
M src/builtins/arraybuffer.tq
M src/builtins/base.tq
M src/builtins/boolean.tq
M src/builtins/builtins-array-gen.cc
M src/builtins/builtins-array-gen.h
M src/builtins/builtins-array.cc
M src/builtins/builtins-arraybuffer.cc
M src/builtins/builtins-async-gen.cc
M src/builtins/builtins-async-generator-gen.cc
M src/builtins/builtins-async-iterator-gen.cc
M src/builtins/builtins-bigint-gen.cc
M src/builtins/builtins-bigint-gen.h
M src/builtins/builtins-bigint.tq
M src/builtins/builtins-call-gen.cc
M src/builtins/builtins-collections-gen.cc
M src/builtins/builtins-dataview.cc
M src/builtins/builtins-date-gen.cc
M src/builtins/builtins-date.cc
M src/builtins/builtins-definitions.h
M src/builtins/builtins-function.cc
M src/builtins/builtins-generator-gen.cc
M src/builtins/builtins-global-gen.cc
M src/builtins/builtins-internal-gen.cc
M src/builtins/builtins-intl-gen.cc
M src/builtins/builtins-intl.cc
M src/builtins/builtins-iterator-gen.cc
M src/builtins/builtins-iterator-gen.h
M src/builtins/builtins-iterator-inl.h
M src/builtins/builtins-iterator.h
M src/builtins/builtins-math.cc
M src/builtins/builtins-microtask-queue-gen.cc
M src/builtins/builtins-object-gen.cc
M src/builtins/builtins-object.cc
M src/builtins/builtins-regexp-gen.cc
M src/builtins/builtins-regexp.cc
M src/builtins/builtins-shared-array.cc
M src/builtins/builtins-sharedarraybuffer-gen.cc
M src/builtins/builtins-sharedarraybuffer.cc
M src/builtins/builtins-string-gen.cc
M src/builtins/builtins-string-gen.h
M src/builtins/builtins-string-tsa-inl.h
M src/builtins/builtins-string-tsa.cc
M src/builtins/builtins-string.cc
M src/builtins/builtins-string.tq
M src/builtins/builtins-symbol.cc
M src/builtins/builtins-temporal.cc
M src/builtins/builtins-typed-array-gen.cc
M src/builtins/builtins-typed-array.cc
M src/builtins/builtins.cc
M src/builtins/constructor.tq
M src/builtins/conversion.tq
M src/builtins/ia32/builtins-ia32.cc
M src/builtins/iterator-helpers.tq
M src/builtins/iterator.tq
M src/builtins/loong64/builtins-loong64.cc
M src/builtins/math.tq
M src/builtins/mips64/builtins-mips64.cc
M src/builtins/number.tq
M src/builtins/object.tq
M src/builtins/ppc/builtins-ppc.cc
M src/builtins/promise-abstract-operations.tq
M src/builtins/promise-all.tq
M src/builtins/proxy-constructor.tq
M src/builtins/proxy-delete-property.tq
M src/builtins/proxy-get-property.tq
M src/builtins/proxy-get-prototype-of.tq
M src/builtins/proxy-has-property.tq
M src/builtins/proxy-is-extensible.tq
M src/builtins/proxy-prevent-extensions.tq
M src/builtins/proxy-revocable.tq
M src/builtins/proxy-revoke.tq
M src/builtins/proxy-set-property.tq
M src/builtins/proxy-set-prototype-of.tq
M src/builtins/reflect.tq
M src/builtins/regexp-exec.tq
M src/builtins/regexp-match-all.tq
M src/builtins/regexp-match.tq
M src/builtins/regexp-search.tq
M src/builtins/regexp-source.tq
M src/builtins/regexp-split.tq
M src/builtins/regexp-test.tq
M src/builtins/regexp.tq
M src/builtins/riscv/builtins-riscv.cc
M src/builtins/s390/builtins-s390.cc
M src/builtins/string-endswith.tq
M src/builtins/string-html.tq
M src/builtins/string-iterator.tq
M src/builtins/string-pad.tq
M src/builtins/string-repeat.tq
M src/builtins/string-slice.tq
M src/builtins/string-startswith.tq
M src/builtins/string-substr.tq
M src/builtins/string-substring.tq
M src/builtins/string-trim.tq
M src/builtins/symbol.tq
M src/builtins/typed-array-createtypedarray.tq
M src/builtins/typed-array-entries.tq
M src/builtins/typed-array-every.tq
M src/builtins/typed-array-filter.tq
M src/builtins/typed-array-find.tq
M src/builtins/typed-array-findindex.tq
M src/builtins/typed-array-foreach.tq
M src/builtins/typed-array-from.tq
M src/builtins/typed-array-keys.tq
M src/builtins/typed-array-of.tq
M src/builtins/typed-array-reduce.tq
M src/builtins/typed-array-reduceright.tq
M src/builtins/typed-array-slice.tq
M src/builtins/typed-array-some.tq
M src/builtins/typed-array-sort.tq
M src/builtins/typed-array-values.tq
M src/builtins/typed-array-with.tq
M src/builtins/typed-array.tq
M src/builtins/wasm.tq
M src/builtins/x64/builtins-x64.cc
M src/codegen/arm/assembler-arm.cc
M src/codegen/arm64/assembler-arm64.cc
M src/codegen/arm64/assembler-arm64.h
M src/codegen/arm64/constants-arm64.h
M src/codegen/arm64/macro-assembler-arm64-inl.h
M src/codegen/arm64/macro-assembler-arm64.cc
M src/codegen/arm64/macro-assembler-arm64.h
M src/codegen/bailout-reason.h
M src/codegen/code-stub-assembler.cc
M src/codegen/code-stub-assembler.h
M src/codegen/compiler.cc
M src/codegen/external-reference.cc
M src/codegen/external-reference.h
M src/codegen/handler-table.cc
M src/codegen/handler-table.h
M src/codegen/interface-descriptors-inl.h
M src/codegen/interface-descriptors.h
M src/codegen/loong64/macro-assembler-loong64.cc
M src/codegen/riscv/macro-assembler-riscv.cc
M src/codegen/safepoint-table-base.h
M src/codegen/safepoint-table.cc
M src/codegen/safepoint-table.h
M src/codegen/source-position-table.cc
M src/codegen/tnode.h
M src/codegen/turboshaft-builtins-assembler-inl.h
M src/codegen/x64/assembler-x64.cc
M src/codegen/x64/assembler-x64.h
M src/codegen/x64/macro-assembler-x64.cc
M src/common/globals.h
M src/common/message-template.h
M src/common/simd128.h
M src/compiler/access-info.cc
M src/compiler/backend/arm/code-generator-arm.cc
M src/compiler/backend/arm64/code-generator-arm64.cc
M src/compiler/backend/arm64/instruction-codes-arm64.h
M src/compiler/backend/arm64/instruction-scheduler-arm64.cc
M src/compiler/backend/arm64/instruction-selector-arm64.cc
M src/compiler/backend/code-generator.cc
M src/compiler/backend/code-generator.h
M src/compiler/backend/ia32/code-generator-ia32.cc
M src/compiler/backend/ia32/instruction-selector-ia32.cc
M src/compiler/backend/instruction-codes.h
M src/compiler/backend/instruction-scheduler.cc
M src/compiler/backend/instruction-selector.cc
M src/compiler/backend/instruction-selector.h
M src/compiler/backend/loong64/code-generator-loong64.cc
M src/compiler/backend/mips64/code-generator-mips64.cc
M src/compiler/backend/ppc/code-generator-ppc.cc
M src/compiler/backend/riscv/code-generator-riscv.cc
M src/compiler/backend/s390/code-generator-s390.cc
M src/compiler/backend/x64/code-generator-x64.cc
M src/compiler/backend/x64/instruction-selector-x64.cc
M src/compiler/bytecode-analysis.cc
M src/compiler/bytecode-graph-builder.cc
M src/compiler/code-assembler.cc
M src/compiler/code-assembler.h
M src/compiler/heap-refs.cc
M src/compiler/heap-refs.h
M src/compiler/js-call-reducer.cc
M src/compiler/js-heap-broker.cc
M src/compiler/js-heap-broker.h
M src/compiler/js-inlining-heuristic.cc
M src/compiler/js-native-context-specialization.cc
M src/compiler/opcodes.h
M src/compiler/pipeline.cc
M src/compiler/processed-feedback.h
M src/compiler/representation-change.cc
M src/compiler/revectorizer.cc
M src/compiler/simplified-lowering-verifier.cc
M src/compiler/simplified-lowering.cc
M src/compiler/simplified-operator-reducer.cc
M src/compiler/simplified-operator.cc
M src/compiler/simplified-operator.h
M src/compiler/turbofan-types.cc
M src/compiler/turboshaft/assembler.h
M src/compiler/turboshaft/builtin-call-descriptors.h
M src/compiler/turboshaft/code-elimination-and-simplification-phase.cc
M src/compiler/turboshaft/copying-phase.h
M src/compiler/turboshaft/define-assembler-macros.inc
M src/compiler/turboshaft/duplication-optimization-reducer.h
M src/compiler/turboshaft/graph-builder.cc
M src/compiler/turboshaft/index.h
M src/compiler/turboshaft/instruction-selection-normalization-reducer.h
M src/compiler/turboshaft/int64-lowering-reducer.h
M src/compiler/turboshaft/late-load-elimination-reducer.cc
M src/compiler/turboshaft/load-store-simplification-reducer.h
M src/compiler/turboshaft/load-store-verification-reducer.h
M src/compiler/turboshaft/machine-lowering-reducer-inl.h
M src/compiler/turboshaft/machine-optimization-reducer.h
M src/compiler/turboshaft/maglev-assert-types-reducer.h
M src/compiler/turboshaft/memory-optimization-reducer.h
M src/compiler/turboshaft/operation-matcher.h
M src/compiler/turboshaft/operations.cc
M src/compiler/turboshaft/operations.h
M src/compiler/turboshaft/phase.h
M src/compiler/turboshaft/pipelines.cc
M src/compiler/turboshaft/pipelines.h
M src/compiler/turboshaft/store-store-elimination-reducer-inl.h
M src/compiler/turboshaft/turbolev-early-lowering-reducer-inl.h
M src/compiler/turboshaft/turbolev-graph-builder.cc
M src/compiler/turboshaft/type-inference-analysis.h
M src/compiler/turboshaft/typeswitch.h
M src/compiler/turboshaft/undef-assembler-macros.inc
M src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.h
M src/compiler/turboshaft/wasm-in-js-inlining-reducer-inl.h
M src/compiler/turboshaft/wasm-js-lowering-reducer.h
M src/compiler/turboshaft/wasm-load-elimination-reducer.h
M src/compiler/turboshaft/wasm-lowering-reducer.h
M src/compiler/turboshaft/wasm-revec-reducer.cc
M src/compiler/turboshaft/wasm-revec-reducer.h
M src/compiler/turboshaft/wasm-shuffle-reducer.cc
M src/compiler/turboshaft/wasm-shuffle-reducer.h
M src/compiler/verifier.cc
M src/compiler/wasm-compiler-definitions.cc
M src/compiler/wasm-compiler-definitions.h
M src/compiler/wasm-compiler.cc
M src/compiler/wasm-compiler.h
M src/d8/OWNERS
M src/d8/d8-console.cc
M src/d8/d8-posix.cc
M src/d8/d8-windows.cc
M src/d8/d8.cc
M src/d8/d8.h
M src/d8/hardware-watchpoints.cc
M src/date/date.cc
M src/date/date.h
M src/date/dateparser-inl.h
M src/debug/debug-evaluate.cc
M src/debug/debug-interface.cc
M src/debug/debug-property-iterator.cc
M src/debug/debug-scopes.cc
M src/debug/debug-wasm-objects.cc
M src/debug/debug-wasm-objects.h
M src/debug/debug.cc
M src/debug/liveedit.cc
M src/deoptimizer/deoptimizer.cc
M src/deoptimizer/materialized-object-store.cc
M src/deoptimizer/materialized-object-store.h
M src/deoptimizer/translated-state.cc
M src/deoptimizer/translated-state.h
M src/diagnostics/arm64/disasm-arm64.cc
M src/diagnostics/arm64/disasm-arm64.h
M src/diagnostics/objects-debug.cc
M src/diagnostics/objects-printer.cc
M src/diagnostics/perf-jit.cc
M src/dumpling/dumpling-manager.cc
M src/dumpling/dumpling-manager.h
M src/dumpling/object-dumping.cc
M src/dumpling/object-dumping.h
M src/execution/arm64/simulator-arm64.cc
M src/execution/arm64/simulator-arm64.h
M src/execution/arm64/simulator-logic-arm64.cc
M src/execution/execution.cc
M src/execution/frames-inl.h
M src/execution/frames.cc
M src/execution/frames.h
M src/execution/futex-emulation.cc
M src/execution/futex-emulation.h
M src/execution/isolate.cc
M src/execution/isolate.h
M src/execution/local-isolate-inl.h
M src/execution/local-isolate.h
M src/execution/messages.cc
M src/execution/riscv/simulator-riscv.cc
M src/extensions/externalize-string-extension.cc
M src/extensions/gc-extension.cc
M src/extensions/statistics-extension.cc
M src/flags/flag-definitions.h
M src/flags/flags.cc
M src/fuzzilli/cov.cc
M src/fuzzilli/cov.h
M src/fuzzilli/fuzzilli.cc
M src/handles/maybe-handles-inl.h
M src/handles/maybe-handles.h
M src/heap/WRITE_BARRIER.md
M src/heap/base/bytes.h
M src/heap/code-range.cc
M src/heap/cppgc-js/cpp-heap.cc
M src/heap/cppgc/page-memory.cc
M src/heap/cppgc/page-memory.h
M src/heap/factory-base.cc
M src/heap/factory-base.h
M src/heap/factory-inl.h
M src/heap/factory.cc
M src/heap/factory.h
M src/heap/gc-tracer.cc
M src/heap/gc-tracer.h
M src/heap/heap-allocator.cc
M src/heap/heap-allocator.h
M src/heap/heap-controller.cc
M src/heap/heap-controller.h
M src/heap/heap-inl.h
M src/heap/heap-verifier.cc
M src/heap/heap-visitor.h
M src/heap/heap.cc
M src/heap/heap.h
M src/heap/incremental-marking.cc
M src/heap/mark-compact.cc
M src/heap/mark-compact.h
M src/heap/memory-measurement.cc
M src/heap/minor-gc-job.cc
M src/heap/object-stats.cc
M src/heap/pretenuring-handler.cc
M src/heap/read-only-promotion.cc
M src/heap/read-only-spaces.cc
M src/heap/read-only-spaces.h
M src/heap/setup-heap-internal.cc
M src/heap/weak-object-worklists.h
M src/ic/accessor-assembler.cc
M src/ic/accessor-assembler.h
M src/ic/handler-configuration-inl.h
M src/ic/handler-configuration.cc
M src/ic/handler-configuration.h
M src/ic/ic.cc
M src/ic/ic.h
M src/init/bootstrapper.cc
M src/init/icu_util.cc
M src/inspector/custom-preview.cc
M src/inspector/injected-script.cc
M src/inspector/injected-script.h
M src/inspector/v8-console-message.cc
M src/inspector/v8-console.cc
M src/inspector/v8-debugger-agent-impl.cc
M src/inspector/v8-debugger.cc
M src/inspector/v8-heap-profiler-agent-impl.cc
M src/inspector/v8-inspector-impl.cc
M src/inspector/v8-inspector-impl.h
M src/inspector/v8-inspector-session-impl.cc
M src/inspector/v8-inspector-session-impl.h
M src/inspector/v8-runtime-agent-impl.cc
M src/inspector/value-mirror.cc
M src/interpreter/bytecode-array-builder.cc
M src/interpreter/bytecode-array-builder.h
M src/interpreter/bytecode-array-iterator.cc
M src/interpreter/bytecode-flags-and-tokens.cc
M src/interpreter/bytecode-flags-and-tokens.h
M src/interpreter/bytecode-generator.cc
M src/interpreter/constant-array-builder.cc
M src/interpreter/handler-table-builder.cc
M src/interpreter/prototype-assignment-sequence-builder.cc
M src/json/json-parser.cc
M src/json/json-stringifier.cc
M src/logging/counters-definitions.h
M src/logging/log-file.cc
M src/logging/log.cc
M src/logging/runtime-call-stats.h
M src/maglev/arm/maglev-assembler-arm-inl.h
M src/maglev/arm/maglev-ir-arm.cc
M src/maglev/arm64/maglev-assembler-arm64-inl.h
M src/maglev/arm64/maglev-ir-arm64.cc
M src/maglev/loong64/maglev-assembler-loong64-inl.h
M src/maglev/loong64/maglev-ir-loong64.cc
M src/maglev/maglev-assembler.cc
M src/maglev/maglev-assembler.h
M src/maglev/maglev-code-generator.cc
M src/maglev/maglev-compilation-info.cc
M src/maglev/maglev-compilation-info.h
M src/maglev/maglev-graph-builder.cc
M src/maglev/maglev-graph-builder.h
M src/maglev/maglev-graph-optimizer.cc
M src/maglev/maglev-graph-optimizer.h
M src/maglev/maglev-graph-printer.cc
M src/maglev/maglev-graph.cc
M src/maglev/maglev-graph.h
M src/maglev/maglev-inlining.cc
M src/maglev/maglev-inlining.h
M src/maglev/maglev-interpreter-frame-state.cc
M src/maglev/maglev-ir-inl.h
M src/maglev/maglev-ir.cc
M src/maglev/maglev-ir.h
M src/maglev/maglev-kna-processor.h
M src/maglev/maglev-known-node-aspects.cc
M src/maglev/maglev-known-node-aspects.h
M src/maglev/maglev-node-type.h
M src/maglev/maglev-phi-representation-selector.cc
M src/maglev/maglev-phi-representation-selector.h
M src/maglev/maglev-range-analysis.h
M src/maglev/maglev-reducer-inl.h
M src/maglev/maglev-reducer.h
M src/maglev/maglev-truncation.h
M src/maglev/ppc/maglev-assembler-ppc-inl.h
M src/maglev/ppc/maglev-ir-ppc.cc
M src/maglev/riscv/maglev-assembler-riscv-inl.h
M src/maglev/riscv/maglev-ir-riscv.cc
M src/maglev/s390/maglev-assembler-s390-inl.h
M src/maglev/s390/maglev-ir-s390.cc
M src/maglev/x64/maglev-assembler-x64-inl.h
M src/maglev/x64/maglev-ir-x64.cc
M src/numbers/conversions-inl.h
M src/numbers/conversions.cc
M src/numbers/conversions.h
M src/numbers/hash-seed-inl.h
M src/numbers/hash-seed.h
M src/objects/api-callbacks-inl.h
M src/objects/api-callbacks.h
M src/objects/api-callbacks.tq
M src/objects/arguments-inl.h
M src/objects/arguments.h
M src/objects/backing-store.cc
M src/objects/bigint.cc
M src/objects/bigint.h
M src/objects/bytecode-array.cc
M src/objects/call-site-info.cc
M src/objects/casting.h
M src/objects/code-inl.h
M src/objects/code.cc
M src/objects/code.h
M src/objects/compilation-cache-table-inl.h
M src/objects/compilation-cache-table.cc
M src/objects/contexts-inl.h
M src/objects/contexts.cc
M src/objects/contexts.h
M src/objects/debug-objects.cc
M src/objects/debug-objects.h
M src/objects/deoptimization-data-inl.h
M src/objects/deoptimization-data.cc
M src/objects/deoptimization-data.h
M src/objects/descriptor-array-inl.h
M src/objects/descriptor-array.h
M src/objects/dictionary-inl.h
M src/objects/elements.cc
M src/objects/elements.h
M src/objects/feedback-vector-inl.h
M src/objects/feedback-vector.cc
M src/objects/feedback-vector.h
M src/objects/field-index-inl.h
M src/objects/field-index.h
M src/objects/fixed-array-inl.h
M src/objects/fixed-array.cc
M src/objects/fixed-array.h
M src/objects/fixed-array.tq
M src/objects/foreign-inl.h
M src/objects/foreign.h
M src/objects/hash-table-inl.h
M src/objects/heap-object.h
M src/objects/instance-type.h
M src/objects/instruction-stream-inl.h
M src/objects/internal-index.h
M src/objects/intl-objects.cc
M src/objects/intl-objects.h
M src/objects/js-array-buffer.cc
M src/objects/js-array-inl.h
M src/objects/js-array.h
M src/objects/js-array.tq
M src/objects/js-atomics-synchronization.cc
M src/objects/js-break-iterator-inl.h
M src/objects/js-break-iterator.cc
M src/objects/js-break-iterator.h
M src/objects/js-break-iterator.tq
M src/objects/js-collator.cc
M src/objects/js-collator.h
M src/objects/js-date-time-format.cc
M src/objects/js-date-time-format.h
M src/objects/js-display-names.cc
M src/objects/js-display-names.h
M src/objects/js-disposable-stack-inl.h
M src/objects/js-duration-format.cc
M src/objects/js-function-inl.h
M src/objects/js-function.cc
M src/objects/js-function.h
M src/objects/js-list-format.cc
M src/objects/js-list-format.h
M src/objects/js-locale.cc
M src/objects/js-number-format.cc
M src/objects/js-number-format.h
M src/objects/js-objects-inl.h
M src/objects/js-objects.cc
M src/objects/js-objects.h
M src/objects/js-promise.h
M src/objects/js-proxy.h
M src/objects/js-raw-json.cc
M src/objects/js-raw-json.h
M src/objects/js-regexp.cc
M src/objects/js-regexp.h
M src/objects/js-relative-time-format.cc
M src/objects/js-relative-time-format.h
M src/objects/js-segment-iterator-inl.h
M src/objects/js-segment-iterator.cc
M src/objects/js-segment-iterator.h
M src/objects/js-segment-iterator.tq
M src/objects/js-segmenter.cc
M src/objects/js-segmenter.h
M src/objects/js-segments-inl.h
M src/objects/js-segments.cc
M src/objects/js-segments.h
M src/objects/js-segments.tq
M src/objects/js-struct.cc
M src/objects/js-temporal-helpers.cc
M src/objects/js-temporal-helpers.h
M src/objects/js-temporal-objects.cc
M src/objects/js-temporal-objects.h
M src/objects/js-weak-refs.cc
M src/objects/keys.cc
M src/objects/literal-objects-inl.h
M src/objects/literal-objects.cc
M src/objects/literal-objects.h
M src/objects/lookup.cc
M src/objects/lookup.h
M src/objects/managed-inl.h
M src/objects/managed.cc
M src/objects/managed.h
M src/objects/map-inl.h
M src/objects/map-updater.cc
M src/objects/map.cc
M src/objects/map.h
M src/objects/microtask-inl.h
M src/objects/microtask.h
M src/objects/microtask.tq
M src/objects/module.cc
M src/objects/module.h
M src/objects/name.h
M src/objects/name.tq
M src/objects/number-string-cache-inl.h
M src/objects/number-string-cache.h
M src/objects/object-list-macros.h
M src/objects/objects-body-descriptors-inl.h
M src/objects/objects-inl.h
M src/objects/objects.cc
M src/objects/objects.h
M src/objects/option-utils.cc
M src/objects/option-utils.h
M src/objects/ordered-hash-table.cc
M src/objects/ordered-hash-table.h
M src/objects/property-array-inl.h
M src/objects/property-array.h
M src/objects/property-descriptor.cc
M src/objects/property-details.h
M src/objects/property.cc
M src/objects/property.h
M src/objects/regexp-match-info.cc
M src/objects/regexp-match-info.h
M src/objects/scope-info.cc
M src/objects/scope-info.h
M src/objects/script-inl.h
M src/objects/script.cc
M src/objects/shared-function-info-inl.h
M src/objects/shared-function-info.cc
M src/objects/shared-function-info.h
M src/objects/source-text-module.cc
M src/objects/source-text-module.h
M src/objects/string-forwarding-table-inl.h
M src/objects/string-forwarding-table.cc
M src/objects/string-forwarding-table.h
M src/objects/string-inl.h
M src/objects/string-table.cc
M src/objects/string-table.h
M src/objects/string.cc
M src/objects/string.h
M src/objects/swiss-name-dictionary-inl.h
M src/objects/synthetic-module.cc
M src/objects/tagged.h
M src/objects/templates.cc
M src/objects/transitions-inl.h
M src/objects/transitions.cc
M src/objects/transitions.h
M src/objects/trusted-object-inl.h
M src/objects/trusted-object.h
M src/objects/union.h
M src/objects/value-serializer.cc
M src/parsing/parser-base.h
M src/parsing/parser.cc
M src/parsing/pending-compilation-error-handler.cc
M src/profiler/heap-profiler.cc
M src/profiler/heap-profiler.h
M src/profiler/heap-snapshot-generator.cc
M src/profiler/heap-snapshot-generator.h
M src/profiler/output-stream-writer.h
M src/regexp/experimental/experimental-compiler.cc
M src/regexp/experimental/experimental-interpreter.cc
M src/regexp/experimental/experimental.cc
M src/regexp/regexp-ast.cc
M src/regexp/regexp-ast.h
M src/regexp/regexp-bytecode-analysis.cc
M src/regexp/regexp-bytecode-analysis.h
M src/regexp/regexp-bytecode-generator.h
M src/regexp/regexp-bytecode-iterator-inl.h
M src/regexp/regexp-bytecode-iterator.cc
M src/regexp/regexp-bytecode-iterator.h
M src/regexp/regexp-bytecode-peephole.cc
M src/regexp/regexp-bytecodes.cc
M src/regexp/regexp-bytecodes.h
M src/regexp/regexp-code-generator.cc
M src/regexp/regexp-compiler-tonode.cc
M src/regexp/regexp-compiler.cc
M src/regexp/regexp-error.h
M src/regexp/regexp-interpreter.cc
M src/regexp/regexp-parser.cc
M src/regexp/regexp-utils.cc
M src/regexp/regexp-utils.h
M src/regexp/regexp.cc
M src/roots/roots.h
M src/roots/static-roots-intl-nowasm.h
M src/roots/static-roots-intl-wasm.h
M src/roots/static-roots-nointl-nowasm.h
M src/roots/static-roots-nointl-wasm.h
M src/runtime/runtime-array.cc
M src/runtime/runtime-atomics.cc
M src/runtime/runtime-classes.cc
M src/runtime/runtime-debug.cc
M src/runtime/runtime-internal.cc
M src/runtime/runtime-intl.cc
M src/runtime/runtime-literals.cc
M src/runtime/runtime-object.cc
M src/runtime/runtime-operators.cc
M src/runtime/runtime-promise.cc
M src/runtime/runtime-proxy.cc
M src/runtime/runtime-regexp.cc
M src/runtime/runtime-scopes.cc
M src/runtime/runtime-strings.cc
M src/runtime/runtime-test-wasm.cc
M src/runtime/runtime-test.cc
M src/runtime/runtime-trace.cc
M src/runtime/runtime-wasm.cc
M src/runtime/runtime.cc
M src/runtime/runtime.h
M src/sandbox/bytecode-verifier.cc
M src/sandbox/code-pointer-table-inl.h
M src/sandbox/code-pointer-table.cc
M src/sandbox/code-pointer-table.h
M src/sandbox/cppheap-pointer-table.cc
M src/sandbox/cppheap-pointer-table.h
M src/sandbox/external-entity-table-inl.h
M src/sandbox/external-pointer-table.cc
M src/sandbox/external-pointer-table.h
M src/sandbox/isolate-inl.h
M src/sandbox/isolate.h
M src/sandbox/js-dispatch-table.cc
M src/sandbox/js-dispatch-table.h
M src/sandbox/sandbox.cc
M src/sandbox/sandbox.h
M src/sandbox/testing.cc
M src/sandbox/trusted-pointer-table-inl.h
M src/sandbox/trusted-pointer-table.cc
M src/sandbox/trusted-pointer-table.h
M src/snapshot/deserializer.cc
M src/snapshot/deserializer.h
M src/snapshot/read-only-deserializer.cc
M src/snapshot/read-only-serializer.cc
M src/snapshot/serializer.cc
M src/snapshot/shared-heap-deserializer.cc
M src/snapshot/snapshot-data.cc
M src/snapshot/snapshot-source-sink.cc
M src/snapshot/snapshot-source-sink.h
M src/snapshot/startup-deserializer.cc
M src/snapshot/startup-serializer.cc
M src/strings/char-predicates.cc
M src/strings/char-predicates.h
M src/strings/string-builder-inl.h
M src/strings/string-builder.cc
M src/strings/string-builder.h
M src/strings/string-hasher-inl.h
M src/strings/string-hasher.h
M src/strings/string-stream.cc
M src/strings/unicode.h
M src/torque/implementation-visitor.cc
M src/torque/torque-compiler.cc
M src/torque/torque-parser.cc
M src/torque/torque.cc
M src/torque/tsa-generator.cc
M src/utils/bit-vector.h
M src/utils/boxed-float.h
M src/utils/memcopy.h
M src/utils/utils.cc
M src/wasm/DEPS
M src/wasm/baseline/arm/liftoff-assembler-arm-inl.h
M src/wasm/baseline/arm64/liftoff-assembler-arm64-inl.h
M src/wasm/baseline/ia32/liftoff-assembler-ia32-inl.h
M src/wasm/baseline/liftoff-assembler.h
M src/wasm/baseline/liftoff-compiler.cc
M src/wasm/baseline/liftoff-register.h
M src/wasm/baseline/loong64/liftoff-assembler-loong64-inl.h
M src/wasm/baseline/mips64/liftoff-assembler-mips64-inl.h
M src/wasm/baseline/ppc/liftoff-assembler-ppc-inl.h
M src/wasm/baseline/riscv/liftoff-assembler-riscv64-inl.h
M src/wasm/baseline/s390/liftoff-assembler-s390-inl.h
M src/wasm/baseline/x64/liftoff-assembler-x64-inl.h
M src/wasm/c-api.cc
M src/wasm/canonical-types.cc
M src/wasm/compilation-hints-generation.cc
M src/wasm/constant-expression-interface.cc
M src/wasm/constant-expression-interface.h
M src/wasm/function-body-decoder-impl.h
M src/wasm/function-compiler.h
M src/wasm/fuzzing/random-module-generation.cc
M src/wasm/interpreter/arm64/interpreter-builtins-arm64.cc
M src/wasm/interpreter/instruction-handlers.h
M src/wasm/interpreter/wasm-interpreter-inl.h
M src/wasm/interpreter/wasm-interpreter-runtime-inl.h
M src/wasm/interpreter/wasm-interpreter-runtime.cc
M src/wasm/interpreter/wasm-interpreter-runtime.h
M src/wasm/interpreter/wasm-interpreter-simd.cc
M src/wasm/interpreter/wasm-interpreter.cc
M src/wasm/interpreter/wasm-interpreter.h
M src/wasm/jump-table-assembler.cc
M src/wasm/leb-helper.h
M src/wasm/module-compiler.cc
M src/wasm/module-compiler.h
M src/wasm/module-decoder-impl.h
M src/wasm/module-decoder.cc
M src/wasm/module-instantiate.cc
M src/wasm/object-access.h
M src/wasm/simd-shuffle.cc
M src/wasm/stacks.cc
M src/wasm/stacks.h
M src/wasm/turboshaft-graph-interface-inl.h
M src/wasm/turboshaft-graph-interface.cc
M src/wasm/value-type.h
M src/wasm/wasm-builtin-list.h
M src/wasm/wasm-code-manager.cc
M src/wasm/wasm-code-manager.h
M src/wasm/wasm-constants.h
M src/wasm/wasm-debug.cc
M src/wasm/wasm-export-wrapper-cache.cc
M src/wasm/wasm-export-wrapper-cache.h
M src/wasm/wasm-external-refs.cc
M src/wasm/wasm-external-refs.h
M src/wasm/wasm-feature-flags.h
M src/wasm/wasm-features.h
M src/wasm/wasm-init-expr.h
M src/wasm/wasm-js.cc
M src/wasm/wasm-module.cc
M src/wasm/wasm-module.h
M src/wasm/wasm-objects-inl.h
M src/wasm/wasm-objects.cc
M src/wasm/wasm-objects.h
M src/wasm/wasm-objects.tq
M src/wasm/wasm-opcodes-inl.h
M src/wasm/wasm-opcodes.cc
M src/wasm/wasm-opcodes.h
M src/wasm/wasm-serialization.cc
M src/wasm/wasm-value.h
M src/wasm/wrappers-inl.h
M src/wasm/wrappers.cc
M src/wasm/wrappers.h
M test/bigint/bigint-shell.cc
M test/cctest/BUILD.gn
M test/cctest/cctest.status
M test/cctest/compiler/test-code-generator.cc
M test/cctest/compiler/test-run-calls-to-external-references.cc
M test/cctest/compiler/turboshaft-codegen-tester.h
M test/cctest/heap/heap-tester.h
M test/cctest/heap/test-compaction.cc
M test/cctest/heap/test-concurrent-allocation.cc
M test/cctest/heap/test-heap.cc
M test/cctest/heap/test-mark-compact.cc
M test/cctest/heap/test-weak-references.cc
M test/cctest/test-accessors.cc
M test/cctest/test-api-array-buffer.cc
M test/cctest/test-api-incumbent.cc
M test/cctest/test-api-interceptors.cc
M test/cctest/test-api-stack-traces.cc
M test/cctest/test-api-typed-array.cc
M test/cctest/test-api.cc
M test/cctest/test-api.h
M test/cctest/test-code-stub-assembler.cc
M test/cctest/test-cpu-profiler.cc
M test/cctest/test-debug.cc
M test/cctest/test-heap-profiler.cc
M test/cctest/test-serialize.cc
M test/cctest/test-shared-strings.cc
M test/cctest/test-strings.cc
M test/cctest/test-unscopables-hidden-prototype.cc
M test/cctest/test-verifiers.cc
M test/cctest/wasm/test-gc.cc
M test/cctest/wasm/test-run-wasm-64.cc
M test/cctest/wasm/test-run-wasm-f16.cc
M test/cctest/wasm/test-run-wasm-relaxed-simd.cc
M test/cctest/wasm/test-run-wasm-simd-liftoff.cc
M test/cctest/wasm/test-run-wasm-simd.cc
M test/cctest/wasm/test-run-wasm-wrappers.cc
M test/cctest/wasm/test-run-wasm.cc
M test/cctest/wasm/test-wasm-metrics.cc
M test/cctest/wasm/test-wasm-stack.cc
M test/cctest/wasm/test-wasm-trap-position.cc
M test/cctest/wasm/wasm-simd-utils.cc
M test/cctest/wasm/wasm-simd-utils.h
M test/common/wasm/fuzzer-common.cc
M test/common/wasm/wasm-macro-gen.h
M test/common/wasm/wasm-module-runner.cc
M test/common/wasm/wasm-run-utils.cc
M test/common/wasm/wasm-run-utils.h
M test/debugger/debugger.status
M test/filecheck/filecheck.status
M test/filecheck/wasm-turbolev-inlined-wrapper.js
M test/fuzzer/inspector-fuzzer.cc
M test/fuzzer/wasm/interpreter/interpreter-fuzzer-common.cc
M test/inspector/BUILD.gn
M test/inspector/frontend-channel.h
M test/inspector/inspector-test.cc
M test/inspector/isolate-data.cc
M test/inspector/isolate-data.h
M test/inspector/runtime/command-line-api-expected.txt
M test/inspector/runtime/command-line-api.js
M test/inspector/runtime/get-properties-expected.txt
M test/inspector/runtime/get-properties.js
M test/intl/date-format/check-nu-option.js
M test/intl/date-format/check-numbering-system.js
M test/intl/date-format/property-override-date-style.js
M test/intl/date-format/property-override-date-time-style.js
M test/intl/date-format/property-override-time-style.js
M test/intl/date-format/property-override.js
M test/intl/number-format/check-nu-option.js
M test/intl/number-format/check-numbering-system.js
M test/intl/regress-7481.js
M test/intl/relative-time-format/check-numbering-system.js
M test/intl/segmenter/segment-iterator-ownPropertyDescriptor.js
M test/message/js-wasm-wrapper-inlining-turbolev-32.js
M test/message/js-wasm-wrapper-inlining-turbolev-32.out
M test/message/js-wasm-wrapper-inlining-turbolev-64.js
M test/message/js-wasm-wrapper-inlining-turbolev-64.out
M test/message/message.status
M test/mjsunit/call-intrinsic-fuzzing.js
M test/mjsunit/es6/block-eval-var-over-let.js
M test/mjsunit/es6/sloppy-restrictive-block-function.js
M test/mjsunit/es8/async-await-basic.js
M test/mjsunit/harmony/async-from-sync-iterator.js
M test/mjsunit/harmony/async-generators-basic.js
M test/mjsunit/harmony/map-groupby.js
M test/mjsunit/linecontinuation.js
M test/mjsunit/math-sum-precise/basic.js
M test/mjsunit/mjsunit.status
M test/mjsunit/opt-proto-seq/proto-seq-opt-object-entries.js
M test/mjsunit/opt-proto-seq/proto-seq-opt-spreading.js
M test/mjsunit/regexp-fallback.js
M test/mjsunit/regress/redeclaration-error-types.js
M test/mjsunit/regress/regress-1447383.js
M test/mjsunit/regress/regress-786573.js
M test/mjsunit/regress/regress-crbug-596394.js
M test/mjsunit/regress/regress-v8-12671.js
M test/mjsunit/regress/wasm/regress-447613211.js
M test/mjsunit/regress/wasm/regress-452541294.js
M test/mjsunit/sandbox/liftoff-wasmarray-i64-indexing.js
M test/mjsunit/sandbox/regress/regress-454734141.js
M test/mjsunit/turbolev/phi-untagging-conversions-truncation.js
M test/mjsunit/wasm/call_indirect.js
M test/mjsunit/wasm/compiled-module-serialization.js
M test/mjsunit/wasm/custom-descriptors-inlining.js
M test/mjsunit/wasm/grow-memory.js
M test/mjsunit/wasm/grow-shared-memory-resizable-buffer.js
M test/mjsunit/wasm/indirect-call-non-zero-table.js
M test/mjsunit/wasm/indirect-calls.js
M test/mjsunit/wasm/indirect-tables.js
M test/mjsunit/wasm/log-wasm-to-js-wrapper-callref.js
M test/mjsunit/wasm/log-wasm-to-js-wrapper-indirect.js
M test/mjsunit/wasm/memory64.js
M test/mjsunit/wasm/mixed-eh-invalid.js
M test/mjsunit/wasm/reference-tables.js
M test/mjsunit/wasm/resume-throw.js
M test/mjsunit/wasm/simd-extract-replace.js
M test/mjsunit/wasm/stack-switching.js
M test/mjsunit/wasm/table-fill.js
M test/mjsunit/wasm/table-grow-from-wasm.js
M test/mjsunit/wasm/table-numeric-ops.js
M test/mjsunit/wasm/table64-callindirect.js
M test/mjsunit/wasm/type-reflection-exnref.js
M test/mjsunit/wasm/type-reflection-with-externref.js
M test/mjsunit/wasm/type-reflection.js
M test/mjsunit/wasm/wasm-interpreter-memory64.js
M test/mjsunit/wasm/wasm-module-builder.js
M test/test262/local-tests/test/staging/features.txt
M test/test262/test262.status
M test/test262/testcfg.py
M test/unittests/BUILD.gn
M test/unittests/api/deserialize-unittest.cc
M test/unittests/api/dictionary-template-unittest.cc
M test/unittests/api/interceptor-unittest.cc
M test/unittests/api/v8-object-unittest.cc
M test/unittests/assembler/assembler-arm64-unittest.cc
M test/unittests/assembler/assembler-x64-unittest.cc
M test/unittests/assembler/disasm-arm64-unittest.cc
M test/unittests/assembler/macro-assembler-loong64-unittest.cc
M test/unittests/codegen/code-stub-assembler-unittest.cc
M test/unittests/compiler/arm64/turboshaft-instruction-selector-arm64-unittest.cc
M test/unittests/compiler/backend/turboshaft-instruction-selector-unittest.h
M test/unittests/compiler/compiler-unittest.cc
M test/unittests/compiler/run-bytecode-graph-builder-unittest.cc
M test/unittests/compiler/turboshaft/reducer-test.h
M test/unittests/compiler/turboshaft/typeswitch-unittest.cc
M test/unittests/compiler/turboshaft/wasm-shuffle-reducer-unittest.cc
M test/unittests/compiler/turboshaft/wasm-simd-unittest.cc
M test/unittests/debug/debug-property-iterator-unittest.cc
M test/unittests/dumpling/dumpling-unittest.cc
M test/unittests/execution/thread-termination-unittest.cc
M test/unittests/heap/base/bytes-unittest.cc
M test/unittests/heap/cppgc-js/unified-heap-snapshot-unittest.cc
M test/unittests/heap/cppgc/allocation-unittest.cc
M test/unittests/heap/cppgc/page-memory-unittest.cc
M test/unittests/heap/gc-tracer-unittest.cc
M test/unittests/heap/heap-allocator-unittest.cc
M test/unittests/heap/heap-unittest.cc
M test/unittests/heap/inner-pointer-resolution-unittest.cc
M test/unittests/heap/local-factory-unittest.cc
M test/unittests/heap/shared-heap-unittest.cc
M test/unittests/interpreter/bytecode-array-builder-unittest.cc
M test/unittests/interpreter/bytecode-expectations-printer.cc
M test/unittests/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
M test/unittests/interpreter/bytecode_expectations/PrivateAccessorAccess.golden
M test/unittests/interpreter/bytecode_expectations/PrivateMethodAccess.golden
M test/unittests/interpreter/bytecode_expectations/StaticPrivateMethodAccess.golden
M test/unittests/interpreter/constant-array-builder-unittest.cc
M test/unittests/interpreter/interpreter-unittest.cc
M test/unittests/numbers/conversions-unittest.cc
M test/unittests/objects/elements-kind-unittest.cc
M test/unittests/objects/global-object-unittest.cc
M test/unittests/objects/hashcode-unittest.cc
M test/unittests/objects/managed-unittest.cc
M test/unittests/objects/object-unittest.cc
M test/unittests/objects/value-serializer-unittest.cc
M test/unittests/objects/weakarraylist-unittest.cc
M test/unittests/parser/parsing-unittest.cc
M test/unittests/parser/preparser-unittest.cc
M test/unittests/regexp/regexp-unittest.cc
M test/unittests/runtime/runtime-debug-unittest.cc
M test/unittests/unittests.status
M test/unittests/utils/bit-vector-unittest.cc
M test/unittests/utils/utils-unittest.cc
M test/unittests/wasm/function-body-decoder-unittest.cc
M test/unittests/wasm/module-decoder-unittest.cc
M test/unittests/wasm/simd-cross-compiler-determinism-fuzztest.cc
M test/unittests/wasm/subtyping-unittest.cc
M test/wasm-spec-tests/testcfg.py
M test/wasm-spec-tests/wasm-spec-tests.status
M third_party/inspector_protocol/README.v8
M third_party/inspector_protocol/crdtp/json_platform_v8.cc
M third_party/jsoncpp/README.chromium
M third_party/rapidhash-v8/README.chromium
M third_party/v8/builtins/array-sort.tq
M tools/builtins-pgo/download_profiles.py
M tools/builtins-pgo/download_profiles_test.py
M tools/clusterfuzz/js_fuzzer/corpus.js
M tools/clusterfuzz/js_fuzzer/differential_script_mutator.js
M tools/clusterfuzz/js_fuzzer/exceptions.js
M tools/clusterfuzz/js_fuzzer/mutators/crossover_mutator.js
M tools/clusterfuzz/js_fuzzer/run.js
M tools/clusterfuzz/js_fuzzer/script_mutator.js
M tools/clusterfuzz/js_fuzzer/source_helpers.js
M tools/clusterfuzz/js_fuzzer/test/helpers.js
M tools/clusterfuzz/js_fuzzer/test/test_regressions.js
M tools/clusterfuzz/js_fuzzer/test_data/transpile/v8/test/mjsunit/test1_expected.js
M tools/gcmole/gcmole-tools.tar.gz.sha1
M tools/gdbinit
M tools/package-lock.json
M tools/profiling/linux-perf-chrome.py
M tools/profiling/linux-perf-d8.py
M tools/testrunner/base_runner.py
M tools/testrunner/build_config.py
M tools/testrunner/local/testsuite.py
M tools/testrunner/local/variants.py
M tools/testrunner/objects/testcase.py
M tools/testrunner/outproc/base.py
M tools/testrunner/outproc/message.py
M tools/testrunner/standard_runner_test.py
M tools/testrunner/testdata/v8_build_config.json
M tools/testrunner/testproc/indicators.py
M tools/turbolizer/package-lock.json
M tools/wasm/mjsunit-module-disassembler-impl.h
M tools/wasm/module-inspector.cc
M tools/whitespace.txt
A gni/cluster_build.gni
A src/bigint/bigint-inl.h
A src/bigint/div-helpers-inl.h
A src/bigint/vector-arithmetic-inl.h
A src/builtins/superspread.h
A src/compiler/turboshaft/load-elimination-phase.cc
A src/compiler/turboshaft/load-elimination-phase.h
A src/compiler/turboshaft/memory-optimization-phase.cc
A src/compiler/turboshaft/memory-optimization-phase.h
A src/maglev/maglev-map-inference.h
A src/maglev/maglev-tracer.h
A src/numbers/hash-seed.cc
A src/objects/js-data-object-builder-inl.h
A src/objects/js-data-object-builder.cc
A src/objects/js-data-object-builder.h
A src/wasm/effect-handler.h
A test/debugger/regress/regress-483851884.js
A test/debugger/regress/regress-486383560.js
A test/debugger/regress/regress-488130830.js
A test/filecheck/wasm-in-js-inlining-turboshaft.js
A test/filecheck/wasm/crash/regress-481074858.js
A test/inspector/devtools-session.cc
A test/inspector/devtools-session.h
A test/inspector/regress/regress-crbug-486927780-expected.txt
A test/inspector/regress/regress-crbug-486927780.js
A test/inspector/runtime/regress-488790217-expected.txt
A test/inspector/runtime/regress-488790217.js
A test/mjsunit/arbitrary-length-varargs.js
A test/mjsunit/array-flat-elements-kind.js
A test/mjsunit/compiler/no-fma.js
A test/mjsunit/compiler/regress-488078904.js
A test/mjsunit/compiler/regress-488925413.js
A test/mjsunit/d8-builtins-not-constructors.js
A test/mjsunit/d8/d8-realm-onerror.js
A test/mjsunit/d8/d8-worker-onerror-arguments.js
A test/mjsunit/d8/d8-worker-onerror-exception.js
A test/mjsunit/d8/d8-worker-onerror-settimeout.js
A test/mjsunit/d8/d8-worker-onerror.js
A test/mjsunit/es6/for-of-iterator-protocol-integrity.js
A test/mjsunit/es6/weak-map-chain-linear.js
A test/mjsunit/es6/weak-map-chain-nested-linear.js
A test/mjsunit/iterator-join.js
A test/mjsunit/maglev/array-push-int32-phi.js
A test/mjsunit/maglev/context-inverted-generator.js
A test/mjsunit/maglev/context-inverted-generator2.js
A test/mjsunit/maglev/regress-470566252.js
A test/mjsunit/maglev/regress-482545639.js
A test/mjsunit/maglev/regress-482810539.js
A test/mjsunit/maglev/regress-483423907.js
A test/mjsunit/maglev/regress-484393248.js
A test/mjsunit/maglev/regress-484911060.js
A test/mjsunit/maglev/regress-485843940.js
A test/mjsunit/maglev/regress-486530209.js
A test/mjsunit/maglev/regress-486657483-1.js
A test/mjsunit/maglev/regress-486657483-2.js
A test/mjsunit/maglev/regress-486657483-3.js
A test/mjsunit/maglev/regress-486657483-4.js
A test/mjsunit/maglev/regress-486657483-5.js
A test/mjsunit/maglev/regress-489369253.js
A test/mjsunit/maglev/regress/regress-489605205.js
A test/mjsunit/math-sum-precise/holey.js
A test/mjsunit/math-sum-precise/holey2.js
A test/mjsunit/queue-microtask-cross-realm-callback-report-exception.js
A test/mjsunit/queue-microtask.js
A test/mjsunit/regress-478205262.js
A test/mjsunit/regress/regexp-489358153.js
A test/mjsunit/regress/regress-476509600.js
A test/mjsunit/regress/regress-481519344.js
A test/mjsunit/regress/regress-484904778.js
A test/mjsunit/regress/regress-486655252.js
A test/mjsunit/regress/regress-486945364-1.js
A test/mjsunit/regress/regress-486945364.js
A test/mjsunit/regress/regress-488042855.js
A test/mjsunit/regress/regress-489356185.js
A test/mjsunit/regress/regress-489941769.js
A test/mjsunit/regress/regress-7558019.js
A test/mjsunit/regress/regress-crbug-488366773.js
A test/mjsunit/regress/regress-crbug-488426618.js
A test/mjsunit/regress/regress-temporal-zoneinfo.js
A test/mjsunit/regress/wasm/regress-482759504.js
A test/mjsunit/regress/wasm/regress-483269968.js
A test/mjsunit/regress/wasm/regress-483643012.js
A test/mjsunit/regress/wasm/regress-484405356.js
A test/mjsunit/regress/wasm/regress-484499097.js
A test/mjsunit/regress/wasm/regress-487444465.js
A test/mjsunit/regress/wasm/regress-487750545.js
A test/mjsunit/regress/wasm/regress-488089242.js
A test/mjsunit/regress/wasm/regress-488790214.js
A test/mjsunit/regress/wasm/regress-488943662.js
A test/mjsunit/regress/wasm/regress-489029655.js
A test/mjsunit/sandbox/hardware-watchpoints/regress-486705321.js
A test/mjsunit/sandbox/regress-488362583.js
A test/mjsunit/sandbox/wasm-jspi-uaf.js
A test/mjsunit/turbolev/regress-479549166.js
A test/mjsunit/turbolev/regress-482084211.js
A test/mjsunit/turbolev/regress-484527367.js
A test/mjsunit/turbolev/regress-485478594.js
A test/mjsunit/turbolev/regress-485535276.js
A test/mjsunit/turbolev/regress-488090094.js
A test/mjsunit/turbolev/regress-488790215.js
A test/mjsunit/turbolev/regress-489689984.js
A test/mjsunit/turbolev/super-try-catch-derived-constructor.js
A test/mjsunit/wasm/call-indirect-null-check.js
A test/mjsunit/wasm/regress-488803413.js
A test/mjsunit/wasm/shared-everything/acq-rel-load-and-store.js
A test/mjsunit/wasm/shared-everything/acq-rel-rmw-operations.js
A test/mjsunit/wasm/shared-everything/wait-queue.js
A test/mjsunit/wasm/simd-reduce.js
A test/mjsunit/wasm/simd-replace-lane-zero.js
A test/mjsunit/wasm/simd-xor-rot64.js
A test/mjsunit/wasm/stack-switching-no-cont-leak.js
A test/mjsunit/wasm/wasmfx-load-elimination.js
A test/unittests/codegen/safepoint-table-unittest.cc
A test/unittests/heap/minimal-stack-unittest.cc
A test/unittests/sandbox/libcxx-hardening-unittest.cc
A tools/cluster_files.py
A tools/clusterfuzz/js_fuzzer/mutators/memory_corruption_mutator.js
A tools/clusterfuzz/js_fuzzer/resources/sandbox_fuzz_library.js
A tools/clusterfuzz/js_fuzzer/test/test_memory_corruptions.js
A tools/clusterfuzz/js_fuzzer/test_data/memory_corruption/input.js
A tools/clusterfuzz/js_fuzzer/test_data/memory_corruption/output_expected.js
A tools/clusterfuzz/js_fuzzer/test_data/regress/await/db/AwaitExpression/a1.json
A tools/clusterfuzz/js_fuzzer/test_data/regress/await/db/index.json
A tools/clusterfuzz/js_fuzzer/test_data/regress/await/expected.js
A tools/clusterfuzz/js_fuzzer/test_data/regress/await/input.js
A tools/testrunner/testproc/indicators_test.py
A tools/turboshaft-stacktrace-filter.py
A tools/turboshaft_type_formatter.py
R src/bigint/bitwise.cc
R src/bigint/digit-arithmetic.h
R src/bigint/div-helpers.cc
R src/bigint/div-helpers.h
R src/bigint/mul-schoolbook.cc
R src/bigint/vector-arithmetic.cc
R src/bigint/vector-arithmetic.h
R src/compiler/turboshaft/optimize-phase.cc
R src/compiler/turboshaft/optimize-phase.h
R src/compiler/turboshaft/store-store-elimination-phase.cc
R src/compiler/turboshaft/store-store-elimination-phase.h
R test/message/wasm-in-js-inlining-turboshaft.js
R test/message/wasm-in-js-inlining-turboshaft.out
R test/mjsunit/regress/regress-crbug-335704358.js
R test/mjsunit/wasm/shared-everything/test-acq-rel-instructions.js
R test/test262/local-tests/test/staging/built-ins/RegExp/escape/surrogate-pair.js
Log Message:
-----------
update to Chromium 147.0.7727.15