[nwjs/v8] 6b961d: update to Chromium 149.0.7827.22

0 views
Skip to first unread message

commits...@nwjs.io

unread,
May 21, 2026, 12:20:32 PM (12 days ago) May 21
to node-we...@googlegroups.com, ro...@nwjs.io
Branch: refs/heads/main
Home: https://api.github.com/repos/nwjs/v8
Commit: 6b961df82af0393d0099d6a7a997b87c77fbf80e
https://github.com/nwjs/v8/commit/6b961df82af0393d0099d6a7a997b87c77fbf80e
Author: Kevin Fan <k...@gnor.net>
Date: 2026-05-20 17:08:19 -0600 -0600

Changed paths:
M .gitignore
M .gn
M .vpython3
M .ycm_extra_conf.py
M AUTHORS
M BUILD.bazel
M BUILD.gn
M COMMON_OWNERS
M DEPS
M MODULE.bazel
M OWNERS
M WATCHLISTS
M agents/skills/torque/SKILL.md
M bazel/toolchain/libcxx_repository.bzl
M docs/README.md
M docs/security/triaging.md
M gni/OWNERS
M gni/v8.gni
M include/v8-internal.h
M include/v8-object.h
M include/v8-platform.h
M include/v8-sandbox.h
M include/v8-value-serializer-version.h
M include/v8-version.h
M infra/mb/mb_config.pyl
M infra/testing/builders.pyl
M samples/process.cc
M src/api/api-natives.cc
M src/api/api.cc
M src/asmjs/asm-js.cc
M src/ast/modules.cc
M src/ast/prettyprinter.cc
M src/ast/scopes.cc
M src/ast/scopes.h
M src/ast/variables.h
M src/base/cpu/cpu-arm.cc
M src/base/cpu/cpu-riscv.cc
M src/base/cpu/cpu.h
M src/base/enum-set.h
M src/base/flags.h
M src/base/logging.h
M src/base/macros.h
M src/base/platform/memory-protection-key.cc
M src/base/platform/platform-posix.cc
M src/base/platform/platform-win32.cc
M src/base/platform/platform.h
M src/base/strong-alias.h
M src/baseline/baseline-compiler.cc
M src/baseline/baseline-compiler.h
M src/bigint/bigint-inl.h
M src/bigint/bigint.h
M src/bigint/div-helpers-inl.h
M src/bigint/fromstring.cc
M src/bigint/mul-fft.cc
M src/bigint/tostring.cc
M src/bigint/vector-arithmetic-inl.h
M src/builtins/accessors.cc
M src/builtins/arm/builtins-arm.cc
M src/builtins/arm64/builtins-arm64.cc
M src/builtins/array-flat.tq
M src/builtins/array-lastindexof.tq
M src/builtins/array-map.tq
M src/builtins/array-shift.tq
M src/builtins/array-slice.tq
M src/builtins/array-splice.tq
M src/builtins/array-to-sorted.tq
M src/builtins/array.tq
M src/builtins/base.tq
M src/builtins/builtins-array-gen.cc
M src/builtins/builtins-array.cc
M src/builtins/builtins-arraybuffer.cc
M src/builtins/builtins-async-function-gen.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-call-gen.cc
M src/builtins/builtins-call-gen.h
M src/builtins/builtins-callsite.cc
M src/builtins/builtins-collections-gen.cc
M src/builtins/builtins-constructor-gen.cc
M src/builtins/builtins-dataview.cc
M src/builtins/builtins-date-gen.cc
M src/builtins/builtins-definitions.h
M src/builtins/builtins-function.cc
M src/builtins/builtins-generator-gen.cc
M src/builtins/builtins-inl.h
M src/builtins/builtins-internal-gen.cc
M src/builtins/builtins-iterator-gen.cc
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-number-gen.cc
M src/builtins/builtins-number-tsa.cc
M src/builtins/builtins-object-gen.cc
M src/builtins/builtins-promise-gen.cc
M src/builtins/builtins-proxy-gen.cc
M src/builtins/builtins-regexp-gen.cc
M src/builtins/builtins-shadow-realm-gen.cc
M src/builtins/builtins-sharedarraybuffer-gen.cc
M src/builtins/builtins-string-gen.cc
M src/builtins/builtins-struct.cc
M src/builtins/builtins-trace.cc
M src/builtins/builtins-typed-array-gen.cc
M src/builtins/builtins-wasm-gen.cc
M src/builtins/builtins.cc
M src/builtins/ia32/builtins-ia32.cc
M src/builtins/iterator-helpers.tq
M src/builtins/js-to-wasm.tq
M src/builtins/loong64/builtins-loong64.cc
M src/builtins/mips64/builtins-mips64.cc
M src/builtins/ppc/builtins-ppc.cc
M src/builtins/promise-any.tq
M src/builtins/regexp-replace.tq
M src/builtins/riscv/builtins-riscv.cc
M src/builtins/s390/builtins-s390.cc
M src/builtins/setup-builtins-internal.cc
M src/builtins/wasm-strings.tq
M src/builtins/wasm-to-js.tq
M src/builtins/wasm.tq
M src/builtins/x64/builtins-x64.cc
M src/codegen/arm/assembler-arm.cc
M src/codegen/arm/assembler-arm.h
M src/codegen/arm/macro-assembler-arm.cc
M src/codegen/arm/macro-assembler-arm.h
M src/codegen/arm64/assembler-arm64.cc
M src/codegen/arm64/assembler-arm64.h
M src/codegen/arm64/macro-assembler-arm64.cc
M src/codegen/arm64/macro-assembler-arm64.h
M src/codegen/assembler.cc
M src/codegen/assembler.h
M src/codegen/code-stub-assembler-inl.h
M src/codegen/code-stub-assembler.cc
M src/codegen/code-stub-assembler.h
M src/codegen/compiler.cc
M src/codegen/cpu-features.h
M src/codegen/external-reference.cc
M src/codegen/external-reference.h
M src/codegen/flush-instruction-cache.cc
M src/codegen/ia32/assembler-ia32.cc
M src/codegen/ia32/assembler-ia32.h
M src/codegen/ia32/macro-assembler-ia32.cc
M src/codegen/ia32/macro-assembler-ia32.h
M src/codegen/interface-descriptors-inl.h
M src/codegen/interface-descriptors.cc
M src/codegen/interface-descriptors.h
M src/codegen/loong64/assembler-loong64.cc
M src/codegen/loong64/assembler-loong64.h
M src/codegen/loong64/macro-assembler-loong64.cc
M src/codegen/loong64/macro-assembler-loong64.h
M src/codegen/macro-assembler.h
M src/codegen/mips64/assembler-mips64.cc
M src/codegen/mips64/assembler-mips64.h
M src/codegen/mips64/macro-assembler-mips64.cc
M src/codegen/mips64/macro-assembler-mips64.h
M src/codegen/optimized-compilation-info.h
M src/codegen/ppc/assembler-ppc.cc
M src/codegen/ppc/assembler-ppc.h
M src/codegen/ppc/constants-ppc.h
M src/codegen/ppc/macro-assembler-ppc.cc
M src/codegen/ppc/macro-assembler-ppc.h
M src/codegen/riscv/assembler-riscv.cc
M src/codegen/riscv/assembler-riscv.h
M src/codegen/riscv/constants-riscv.h
M src/codegen/riscv/macro-assembler-riscv.cc
M src/codegen/riscv/macro-assembler-riscv.h
M src/codegen/riscv/register-riscv.h
M src/codegen/s390/assembler-s390.cc
M src/codegen/s390/assembler-s390.h
M src/codegen/s390/macro-assembler-s390.cc
M src/codegen/s390/macro-assembler-s390.h
M src/codegen/source-position-table.cc
M src/codegen/x64/assembler-x64-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/codegen/x64/macro-assembler-x64.h
M src/codegen/x64/register-x64.h
M src/common/code-memory-access-inl.h
M src/common/globals.h
M src/common/ptr-compr.h
M src/compiler-dispatcher/lazy-compile-dispatcher.cc
M src/compiler-dispatcher/lazy-compile-dispatcher.h
M src/compiler-dispatcher/optimizing-compile-dispatcher.cc
M src/compiler/access-builder.cc
M src/compiler/access-builder.h
M src/compiler/access-info.cc
M src/compiler/access-info.h
M src/compiler/allocation-builder-inl.h
M src/compiler/backend/arm/code-generator-arm.cc
M src/compiler/backend/arm/instruction-selector-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/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-selector-impl.h
M src/compiler/backend/instruction-selector.cc
M src/compiler/backend/instruction-selector.h
M src/compiler/backend/instruction.h
M src/compiler/backend/loong64/code-generator-loong64.cc
M src/compiler/backend/loong64/instruction-selector-loong64.cc
M src/compiler/backend/mips64/code-generator-mips64.cc
M src/compiler/backend/mips64/instruction-selector-mips64.cc
M src/compiler/backend/ppc/code-generator-ppc.cc
M src/compiler/backend/ppc/instruction-codes-ppc.h
M src/compiler/backend/ppc/instruction-scheduler-ppc.cc
M src/compiler/backend/ppc/instruction-selector-ppc.cc
M src/compiler/backend/register-allocator.cc
M src/compiler/backend/riscv/code-generator-riscv.cc
M src/compiler/backend/riscv/instruction-codes-riscv.h
M src/compiler/backend/riscv/instruction-scheduler-riscv.cc
M src/compiler/backend/riscv/instruction-selector-riscv.h
M src/compiler/backend/riscv/instruction-selector-riscv32.cc
M src/compiler/backend/riscv/instruction-selector-riscv64.cc
M src/compiler/backend/riscv/register-constraints-riscv.h
M src/compiler/backend/s390/code-generator-s390.cc
M src/compiler/backend/s390/instruction-selector-s390.cc
M src/compiler/backend/x64/code-generator-x64.cc
M src/compiler/backend/x64/instruction-codes-x64.h
M src/compiler/backend/x64/instruction-scheduler-x64.cc
M src/compiler/backend/x64/instruction-selector-x64.cc
M src/compiler/bytecode-graph-builder.cc
M src/compiler/c-linkage.cc
M src/compiler/code-assembler.cc
M src/compiler/code-assembler.h
M src/compiler/compilation-dependencies.cc
M src/compiler/graph-assembler.cc
M src/compiler/heap-refs.cc
M src/compiler/heap-refs.h
M src/compiler/int64-lowering.cc
M src/compiler/js-call-reducer.cc
M src/compiler/js-call-reducer.h
M src/compiler/js-create-lowering.cc
M src/compiler/js-heap-broker.cc
M src/compiler/js-inlining.cc
M src/compiler/js-native-context-specialization.cc
M src/compiler/js-native-context-specialization.h
M src/compiler/js-operator.cc
M src/compiler/js-operator.h
M src/compiler/js-typed-lowering.cc
M src/compiler/linkage.h
M src/compiler/load-elimination.cc
M src/compiler/loop-variable-optimizer.cc
M src/compiler/machine-operator-reducer.cc
M src/compiler/opcodes.h
M src/compiler/operation-typer.cc
M src/compiler/pipeline-data-inl.h
M src/compiler/pipeline-statistics.cc
M src/compiler/pipeline.cc
M src/compiler/pipeline.h
M src/compiler/representation-change.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-disabled.cc
M src/compiler/turbofan-graph-visualizer.cc
M src/compiler/turbofan-typer.cc
M src/compiler/turbofan-types.cc
M src/compiler/turboshaft/access-builder.h
M src/compiler/turboshaft/assembler.h
M src/compiler/turboshaft/builtin-call-descriptors.h
M src/compiler/turboshaft/fast-api-call-lowering-reducer.h
M src/compiler/turboshaft/graph-builder.cc
M src/compiler/turboshaft/index.h
M src/compiler/turboshaft/int64-lowering-reducer.h
M src/compiler/turboshaft/late-load-elimination-reducer.cc
M src/compiler/turboshaft/late-load-elimination-reducer.h
M src/compiler/turboshaft/machine-lowering-reducer-inl.h
M src/compiler/turboshaft/machine-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/opmasks.h
M src/compiler/turboshaft/phase.h
M src/compiler/turboshaft/pipelines.cc
M src/compiler/turboshaft/required-optimization-reducer.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/typer.h
M src/compiler/turboshaft/value-numbering-reducer.h
M src/compiler/turboshaft/wasm-assembler-helpers.h
M src/compiler/turboshaft/wasm-gc-typed-optimization-reducer.cc
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-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/type-cache.h
M src/compiler/use-info.h
M src/compiler/verifier.cc
M src/compiler/wasm-compiler.cc
M src/compiler/wasm-compiler.h
M src/compiler/wasm-gc-lowering.cc
M src/compiler/wasm-graph-assembler.cc
M src/compiler/wasm-graph-assembler.h
M src/compiler/wasm-load-elimination.cc
M src/compiler/wasm-typer.cc
M src/d8/async-hooks-wrapper.cc
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/debug/DIR_METADATA
M src/debug/debug-evaluate.cc
M src/debug/debug-interface.cc
M src/debug/debug-interface.h
M src/debug/debug-scopes.cc
M src/debug/debug-stack-trace-iterator.cc
M src/debug/debug-wasm-objects.cc
M src/debug/debug-wasm-objects.h
M src/debug/debug.cc
M src/debug/debug.h
M src/debug/liveedit.cc
M src/deoptimizer/deoptimized-frame-info.h
M src/deoptimizer/deoptimizer.cc
M src/deoptimizer/loong64/deoptimizer-loong64.cc
M src/deoptimizer/mips64/deoptimizer-mips64.cc
M src/deoptimizer/translated-state.cc
M src/deoptimizer/translated-state.h
M src/diagnostics/basic-block-profiler.cc
M src/diagnostics/disassembler.h
M src/diagnostics/gdb-jit.cc
M src/diagnostics/gdb-jit.h
M src/diagnostics/objects-debug.cc
M src/diagnostics/objects-printer.cc
M src/diagnostics/ppc/disasm-ppc.cc
M src/diagnostics/riscv/disasm-riscv.cc
M src/diagnostics/x64/disasm-x64.cc
M src/dumpling/object-dumping.cc
M src/execution/arguments.h
M src/execution/execution.cc
M src/execution/frame-constants.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-inl.h
M src/execution/isolate.cc
M src/execution/isolate.h
M src/execution/local-isolate-inl.h
M src/execution/loong64/simulator-loong64.cc
M src/execution/loong64/simulator-loong64.h
M src/execution/messages.cc
M src/execution/messages.h
M src/execution/microtask-queue.cc
M src/execution/mips64/simulator-mips64.cc
M src/execution/ppc/frame-constants-ppc.h
M src/execution/ppc/simulator-ppc.cc
M src/execution/protectors.cc
M src/execution/riscv/simulator-riscv.cc
M src/execution/riscv/simulator-riscv.h
M src/execution/simulator.h
M src/execution/stack-guard.cc
M src/execution/thread-local-top.cc
M src/execution/tiering-manager.cc
M src/execution/vm-state-inl.h
M src/flags/flag-definitions.h
M src/flags/flags.cc
M src/flags/flags.h
M src/handles/global-handles.cc
M src/handles/handles-inl.h
M src/heap/base-space.h
M src/heap/code-range.cc
M src/heap/code-stats.cc
M src/heap/collection-barrier.cc
M src/heap/cppgc-js/cpp-snapshot.cc
M src/heap/cppgc/stats-collector.h
M src/heap/cppgc/sweeper.cc
M src/heap/factory-base-inl.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/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-inl.h
M src/heap/heap-visitor.cc
M src/heap/heap-visitor.h
M src/heap/heap-write-barrier-inl.h
M src/heap/heap-write-barrier.h
M src/heap/heap.cc
M src/heap/heap.h
M src/heap/incremental-marking.cc
M src/heap/local-heap-inl.h
M src/heap/main-allocator-inl.h
M src/heap/mark-compact.cc
M src/heap/marking-inl.h
M src/heap/marking-state-inl.h
M src/heap/marking-visitor-inl.h
M src/heap/memory-allocator.cc
M src/heap/memory-chunk-inl.h
M src/heap/memory-chunk.cc
M src/heap/memory-chunk.h
M src/heap/minor-mark-sweep-inl.h
M src/heap/minor-mark-sweep.cc
M src/heap/mutable-page-inl.h
M src/heap/new-spaces.h
M src/heap/object-stats.cc
M src/heap/paged-spaces-inl.h
M src/heap/read-only-heap-inl.h
M src/heap/read-only-promotion.cc
M src/heap/remembered-set.h
M src/heap/scavenger.cc
M src/heap/setup-heap-internal.cc
M src/heap/spaces-inl.h
M src/ic/accessor-assembler.cc
M src/ic/accessor-assembler.h
M src/ic/binary-op-assembler.cc
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/ic/keyed-store-generic.cc
M src/init/bootstrapper.cc
M src/init/heap-symbols.h
M src/init/isolate-group.cc
M src/init/v8.cc
M src/inspector/DIR_METADATA
M src/inspector/injected-script.cc
M src/inspector/injected-script.h
M src/inspector/string-util.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-agent-impl.h
M src/inspector/v8-debugger-script.cc
M src/inspector/v8-debugger-script.h
M src/inspector/v8-debugger.cc
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/v8-stack-trace-impl.cc
M src/interpreter/bytecode-array-iterator.cc
M src/interpreter/bytecode-array-iterator.h
M src/interpreter/bytecode-decoder.cc
M src/interpreter/bytecode-decoder.h
M src/interpreter/bytecode-generator.cc
M src/interpreter/bytecode-operands.h
M src/interpreter/control-flow-builders.cc
M src/interpreter/interpreter-assembler.cc
M src/interpreter/interpreter-assembler.h
M src/interpreter/interpreter-generator-tsa.cc
M src/interpreter/interpreter-generator.cc
M src/interpreter/interpreter-intrinsics-generator.cc
M src/interpreter/interpreter.cc
M src/interpreter/interpreter.h
M src/json/json-parser.cc
M src/json/json-parser.h
M src/json/json-stringifier.cc
M src/libsampler/sampler.cc
M src/logging/counters-definitions.h
M src/logging/log.cc
M src/maglev/arm/maglev-ir-arm.cc
M src/maglev/arm64/maglev-ir-arm64.cc
M src/maglev/loong64/maglev-ir-loong64.cc
M src/maglev/maglev-assembler.cc
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-compiler.cc
M src/maglev/maglev-concurrent-dispatcher.cc
M src/maglev/maglev-graph-builder.cc
M src/maglev/maglev-graph-builder.h
M src/maglev/maglev-graph-labeller.h
M src/maglev/maglev-graph-optimizer.cc
M src/maglev/maglev-graph-printer.cc
M src/maglev/maglev-graph-printer.h
M src/maglev/maglev-inlining.cc
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-pipeline-statistics.cc
M src/maglev/maglev-post-hoc-optimizations-processors.h
M src/maglev/maglev-range.h
M src/maglev/maglev-tracer.h
M src/maglev/ppc/maglev-ir-ppc.cc
M src/maglev/riscv/maglev-assembler-riscv-inl.h
M src/maglev/riscv/maglev-assembler-riscv.cc
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-ir-x64.cc
M src/numbers/conversions.cc
M src/numbers/conversions.h
M src/objects/all-objects-inl.h
M src/objects/allocation-site.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/arguments.tq
M src/objects/backing-store.cc
M src/objects/bigint.tq
M src/objects/bytecode-array-inl.h
M src/objects/bytecode-array.cc
M src/objects/bytecode-array.h
M src/objects/bytecode-array.tq
M src/objects/call-site-info.cc
M src/objects/call-site-info.h
M src/objects/code-inl.h
M src/objects/code-kind.h
M src/objects/code.cc
M src/objects/code.h
M src/objects/compressed-slots.h
M src/objects/contexts-inl.h
M src/objects/contexts.cc
M src/objects/contexts.h
M src/objects/contexts.tq
M src/objects/cpp-heap-external-object.h
M src/objects/cpp-heap-external-object.tq
M src/objects/data-handler.h
M src/objects/data-handler.tq
M src/objects/debug-objects-inl.h
M src/objects/debug-objects.cc
M src/objects/debug-objects.h
M src/objects/debug-objects.tq
M src/objects/descriptor-array-inl.h
M src/objects/descriptor-array.h
M src/objects/descriptor-array.tq
M src/objects/dictionary-inl.h
M src/objects/elements-kind.cc
M src/objects/elements-kind.h
M src/objects/elements.cc
M src/objects/embedder-data-array-inl.h
M src/objects/embedder-data-array.cc
M src/objects/embedder-data-array.h
M src/objects/embedder-data-array.tq
M src/objects/embedder-data-slot-inl.h
M src/objects/feedback-cell-inl.h
M src/objects/feedback-cell.h
M src/objects/feedback-vector-inl.h
M src/objects/feedback-vector.cc
M src/objects/feedback-vector.h
M src/objects/feedback-vector.tq
M src/objects/field-index-inl.h
M src/objects/fixed-array-inl.h
M src/objects/fixed-array.h
M src/objects/fixed-array.tq
M src/objects/foreign.h
M src/objects/foreign.tq
M src/objects/heap-number-inl.h
M src/objects/heap-number.h
M src/objects/heap-object.h
M src/objects/hole.tq
M src/objects/instance-type-inl.h
M src/objects/instance-type.h
M src/objects/instruction-stream-inl.h
M src/objects/instruction-stream.h
M src/objects/js-array-buffer-inl.h
M src/objects/js-array-buffer.cc
M src/objects/js-array-buffer.h
M src/objects/js-array-buffer.tq
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-inl.h
M src/objects/js-atomics-synchronization.h
M src/objects/js-atomics-synchronization.tq
M src/objects/js-break-iterator-inl.h
M src/objects/js-break-iterator.h
M src/objects/js-break-iterator.tq
M src/objects/js-collator-inl.h
M src/objects/js-collator.h
M src/objects/js-collator.tq
M src/objects/js-collection-inl.h
M src/objects/js-collection-iterator-inl.h
M src/objects/js-collection-iterator.h
M src/objects/js-collection-iterator.tq
M src/objects/js-collection.h
M src/objects/js-collection.tq
M src/objects/js-data-object-builder-inl.h
M src/objects/js-date-time-format-inl.h
M src/objects/js-date-time-format.h
M src/objects/js-date-time-format.tq
M src/objects/js-display-names-inl.h
M src/objects/js-display-names.h
M src/objects/js-display-names.tq
M src/objects/js-disposable-stack-inl.h
M src/objects/js-disposable-stack.h
M src/objects/js-disposable-stack.tq
M src/objects/js-duration-format-inl.h
M src/objects/js-duration-format.h
M src/objects/js-duration-format.tq
M src/objects/js-function-inl.h
M src/objects/js-function.cc
M src/objects/js-function.h
M src/objects/js-function.tq
M src/objects/js-generator-inl.h
M src/objects/js-generator.h
M src/objects/js-generator.tq
M src/objects/js-iterator-helpers-inl.h
M src/objects/js-iterator-helpers.h
M src/objects/js-iterator-helpers.tq
M src/objects/js-list-format-inl.h
M src/objects/js-list-format.h
M src/objects/js-list-format.tq
M src/objects/js-locale-inl.h
M src/objects/js-locale.h
M src/objects/js-locale.tq
M src/objects/js-number-format-inl.h
M src/objects/js-number-format.h
M src/objects/js-number-format.tq
M src/objects/js-objects-inl.h
M src/objects/js-objects.cc
M src/objects/js-objects.h
M src/objects/js-objects.tq
M src/objects/js-plural-rules-inl.h
M src/objects/js-plural-rules.h
M src/objects/js-plural-rules.tq
M src/objects/js-promise-inl.h
M src/objects/js-promise.h
M src/objects/js-promise.tq
M src/objects/js-proxy-inl.h
M src/objects/js-proxy.h
M src/objects/js-proxy.tq
M src/objects/js-raw-json.cc
M src/objects/js-raw-json.h
M src/objects/js-raw-json.tq
M src/objects/js-regexp-inl.h
M src/objects/js-regexp-string-iterator-inl.h
M src/objects/js-regexp-string-iterator.h
M src/objects/js-regexp-string-iterator.tq
M src/objects/js-regexp.cc
M src/objects/js-regexp.h
M src/objects/js-regexp.tq
M src/objects/js-relative-time-format-inl.h
M src/objects/js-relative-time-format.h
M src/objects/js-relative-time-format.tq
M src/objects/js-segment-iterator-inl.h
M src/objects/js-segment-iterator.h
M src/objects/js-segment-iterator.tq
M src/objects/js-segmenter-inl.h
M src/objects/js-segmenter.h
M src/objects/js-segmenter.tq
M src/objects/js-segments-inl.h
M src/objects/js-segments.h
M src/objects/js-segments.tq
M src/objects/js-shadow-realm-inl.h
M src/objects/js-shadow-realm.h
M src/objects/js-shadow-realm.tq
M src/objects/js-shared-array.h
M src/objects/js-shared-array.tq
M src/objects/js-struct.cc
M src/objects/js-struct.h
M src/objects/js-struct.tq
M src/objects/js-temporal-objects-inl.h
M src/objects/js-temporal-objects.cc
M src/objects/js-temporal-objects.h
M src/objects/js-temporal-objects.tq
M src/objects/js-weak-refs-inl.h
M src/objects/js-weak-refs.h
M src/objects/js-weak-refs.tq
M src/objects/keys.h
M src/objects/literal-objects.h
M src/objects/literal-objects.tq
M src/objects/lookup-cache.cc
M src/objects/lookup-cache.h
M src/objects/lookup-inl.h
M src/objects/lookup.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/map.tq
M src/objects/megadom-handler-inl.h
M src/objects/megadom-handler.h
M src/objects/megadom-handler.tq
M src/objects/microtask.h
M src/objects/module-inl.h
M src/objects/module.cc
M src/objects/module.h
M src/objects/module.tq
M src/objects/name-inl.h
M src/objects/object-list-macros.h
M src/objects/object-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/ordered-hash-table-inl.h
M src/objects/ordered-hash-table.cc
M src/objects/ordered-hash-table.h
M src/objects/ordered-hash-table.tq
M src/objects/promise.h
M src/objects/property-array-inl.h
M src/objects/property-array.h
M src/objects/property-array.tq
M src/objects/property-cell-inl.h
M src/objects/property-cell.h
M src/objects/property-cell.tq
M src/objects/property-descriptor-object.h
M src/objects/property-details.h
M src/objects/property.cc
M src/objects/prototype-info-inl.h
M src/objects/prototype-info.h
M src/objects/regexp-match-info.h
M src/objects/regexp-match-info.tq
M src/objects/scope-info-inl.h
M src/objects/scope-info.cc
M src/objects/scope-info.h
M src/objects/scope-info.tq
M src/objects/script-inl.h
M src/objects/script.cc
M src/objects/script.h
M src/objects/script.tq
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/shared-function-info.tq
M src/objects/simd.cc
M src/objects/slots-inl.h
M src/objects/slots.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-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/struct.h
M src/objects/struct.tq
M src/objects/swiss-name-dictionary-inl.h
M src/objects/swiss-name-dictionary.h
M src/objects/swiss-name-dictionary.tq
M src/objects/tagged-field-inl.h
M src/objects/tagged-field.h
M src/objects/tagged.h
M src/objects/template-objects.h
M src/objects/templates-inl.h
M src/objects/templates.cc
M src/objects/templates.h
M src/objects/templates.tq
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/trusted-object.tq
M src/objects/trusted-pointer-inl.h
M src/objects/trusted-pointer.h
M src/objects/turbofan-types-inl.h
M src/objects/turbofan-types.h
M src/objects/turbofan-types.tq
M src/objects/turboshaft-types-inl.h
M src/objects/turboshaft-types.h
M src/objects/turboshaft-types.tq
M src/objects/value-serializer.cc
M src/objects/value-serializer.h
M src/parsing/parser-base.h
M src/parsing/parser.cc
M src/parsing/parser.h
M src/parsing/preparser.cc
M src/parsing/scanner-character-streams.cc
M src/profiler/DIR_METADATA
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/profiler/profile-generator.cc
M src/profiler/strings-storage.cc
M src/profiler/strings-storage.h
M src/regexp/arm64/regexp-macro-assembler-arm64.cc
M src/regexp/experimental/experimental-interpreter.cc
M src/regexp/experimental/experimental-interpreter.h
M src/regexp/experimental/experimental.cc
M src/regexp/regexp-bytecode-analysis.cc
M src/regexp/regexp-bytecode-analysis.h
M src/regexp/regexp-bytecode-generator.cc
M src/regexp/regexp-compiler.cc
M src/regexp/regexp-macro-assembler-tracer.cc
M src/regexp/regexp-macro-assembler-tracer.h
M src/regexp/regexp-macro-assembler.cc
M src/regexp/regexp-macro-assembler.h
M src/regexp/regexp.cc
M src/regexp/regexp.h
M src/regexp/riscv/regexp-macro-assembler-riscv.cc
M src/regexp/x64/regexp-macro-assembler-x64.cc
M src/roots/roots-inl.h
M src/roots/roots.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-classes.cc
M src/runtime/runtime-compiler.cc
M src/runtime/runtime-debug.cc
M src/runtime/runtime-generator.cc
M src/runtime/runtime-internal.cc
M src/runtime/runtime-literals.cc
M src/runtime/runtime-regexp.cc
M src/runtime/runtime-test-wasm.cc
M src/runtime/runtime-test.cc
M src/runtime/runtime-wasm.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-inl.h
M src/sandbox/cppheap-pointer.h
M src/sandbox/external-pointer-inl.h
M src/sandbox/external-pointer.h
M src/sandbox/external-strings-cage.cc
M src/sandbox/hardware-support.h
M src/sandbox/indirect-pointer-inl.h
M src/sandbox/indirect-pointer-tag.h
M src/sandbox/isolate-inl.h
M src/sandbox/sandbox.cc
M src/sandbox/testing.cc
M src/snapshot/code-serializer.cc
M src/snapshot/embedded/embedded-file-writer.cc
M src/snapshot/embedded/embedded-file-writer.h
M src/snapshot/embedded/platform-embedded-file-writer-generic.cc
M src/snapshot/mksnapshot.cc
M src/snapshot/read-only-deserializer.cc
M src/snapshot/read-only-serializer.cc
M src/snapshot/serializer.cc
M src/snapshot/serializer.h
M src/snapshot/startup-serializer.cc
M src/snapshot/static-roots-gen.cc
M src/snapshot/static-roots-gen.h
M src/strings/char-predicates.cc
M src/strings/string-hasher-inl.h
M src/torque/constants.h
M src/torque/cpp-builder.h
M src/torque/global-context.cc
M src/torque/global-context.h
M src/torque/implementation-visitor.cc
M src/torque/implementation-visitor.h
M src/torque/instance-type-generator.cc
M src/torque/source-positions.h
M src/torque/torque-code-generator.cc
M src/torque/torque-compiler.cc
M src/torque/torque-compiler.h
M src/torque/torque-parser.cc
M src/torque/torque.cc
M src/torque/type-visitor.cc
M src/torque/types.cc
M src/torque/types.h
M src/tracing/code-data-source.cc
M src/tracing/code-data-source.h
M src/tracing/code-trace-context.h
M src/tracing/perfetto-logger.cc
M src/tracing/perfetto-logger.h
M src/tracing/trace-event-no-perfetto.h
M src/tracing/trace-event.h
M src/trap-handler/trap-handler.h
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-defs.h
M src/wasm/baseline/liftoff-assembler-inl.h
M src/wasm/baseline/liftoff-assembler.cc
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-riscv-inl.h
M src/wasm/baseline/riscv/liftoff-assembler-riscv32-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/compilation-environment.h
M src/wasm/compilation-hints-generation.cc
M src/wasm/constant-expression-interface.cc
M src/wasm/constant-expression.cc
M src/wasm/decoder.h
M src/wasm/function-body-decoder-impl.h
M src/wasm/function-compiler.cc
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/riscv/interpreter-builtins-riscv.cc
M src/wasm/interpreter/wasm-interpreter-objects.cc
M src/wasm/interpreter/wasm-interpreter-objects.h
M src/wasm/interpreter/wasm-interpreter-runtime.cc
M src/wasm/interpreter/wasm-interpreter-runtime.h
M src/wasm/interpreter/wasm-interpreter.cc
M src/wasm/interpreter/x64/interpreter-builtins-x64.cc
M src/wasm/module-compiler.cc
M src/wasm/module-decoder-impl.h
M src/wasm/module-decoder.cc
M src/wasm/module-instantiate.cc
M src/wasm/module-instantiate.h
M src/wasm/names-provider.cc
M src/wasm/signature-hashing.h
M src/wasm/stacks.cc
M src/wasm/stacks.h
M src/wasm/streaming-decoder.cc
M src/wasm/streaming-decoder.h
M src/wasm/sync-streaming-decoder.cc
M src/wasm/turboshaft-graph-interface-inl.h
M src/wasm/turboshaft-graph-interface.cc
M src/wasm/turboshaft-graph-interface.h
M src/wasm/value-type.h
M src/wasm/wasm-builtin-list.h
M src/wasm/wasm-code-manager.cc
M src/wasm/wasm-constants.h
M src/wasm/wasm-debug.cc
M src/wasm/wasm-engine.cc
M src/wasm/wasm-engine.h
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-js.h
M src/wasm/wasm-limits.h
M src/wasm/wasm-module.cc
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.cc
M src/wasm/wasm-opcodes.h
M src/wasm/wasm-result.cc
M src/wasm/wasm-serialization.cc
M src/wasm/wasm-subtyping.cc
M src/wasm/wasm-subtyping.h
M src/wasm/wasm-value.h
M src/wasm/wasm-wrapper-cache-inl.h
M test/bigint/bigint-shell.cc
M test/cctest/BUILD.gn
M test/cctest/cctest.status
M test/cctest/heap/test-heap.cc
M test/cctest/test-api-interceptors.cc
M test/cctest/test-api.cc
M test/cctest/test-cpu-profiler.cc
M test/cctest/test-debug-helper.cc
M test/cctest/test-debug.cc
M test/cctest/test-descriptor-array.cc
M test/cctest/test-heap-profiler.cc
M test/cctest/test-stack-unwinding-win64.cc
M test/cctest/test-swiss-name-dictionary-infra.cc
M test/cctest/test-trace-event.cc
M test/cctest/test-transitions.cc
M test/cctest/test-verifiers.cc
M test/cctest/torque/test-torque.cc
M test/cctest/wasm/test-backing-store.cc
M test/cctest/wasm/test-compilation-cache.cc
M test/cctest/wasm/test-grow-memory.cc
M test/cctest/wasm/test-run-wasm-64.cc
M test/cctest/wasm/test-run-wasm-module.cc
M test/cctest/wasm/test-run-wasm-simd.cc
M test/cctest/wasm/test-streaming-compilation.cc
M test/cctest/wasm/test-wasm-metrics.cc
M test/cctest/wasm/test-wasm-serialization.cc
M test/cctest/wasm/test-wasm-shared-engine.cc
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/debugger/debug/regress/regress-prepare-break-while-recompile.js
M test/filecheck/filecheck.status
M test/filecheck/js-wasm-wrapper-inlining-eager-deopt.js
M test/filecheck/js-wasm-wrapper-inlining-lazy-deopt.js
M test/filecheck/wasm-in-js-inlining-turboshaft.js
M test/filecheck/wasm/crash/regress-481074858.js
M test/fuzzer/fuzzer.status
M test/fuzzer/inspector-fuzzer.cc
M test/fuzzer/wasm/interpreter/interpreter-fuzzer-common.cc
M test/fuzzer/wasm/streaming.cc
M test/inspector/debugger/wasm-gc-anyref-expected.txt
M test/inspector/debugger/wasm-gc-anyref.js
M test/inspector/debugger/wasm-scope-info-expected.txt
M test/inspector/debugger/wasm-scope-info.js
M test/inspector/inspector-test.cc
M test/inspector/runtime/evaluate-async-expected.txt
M test/message/js-wasm-wrapper-inlining-turbolev-32.out
M test/message/js-wasm-wrapper-inlining-turbolev-64.out
M test/message/wasm-inlining-into-js.out
M test/mjsunit/BUILD.gn
M test/mjsunit/additive-safe-int-feedback.js
M test/mjsunit/compiler/fast-api-calls-wasm.js
M test/mjsunit/compiler/float16-array.js
M test/mjsunit/ensure-growing-store-learns.js
M test/mjsunit/es6/big-weakmap.js
M test/mjsunit/es6/reflect-prevent-extensions.js
M test/mjsunit/iterable-foreach.js
M test/mjsunit/maglev/math-round.js
M test/mjsunit/mjsunit.status
M test/mjsunit/object-prevent-extensions.js
M test/mjsunit/random-bit-correlations.js
M test/mjsunit/regress/regress-2443.js
M test/mjsunit/regress/regress-484904778.js
M test/mjsunit/regress/wasm/regress-14695.js
M test/mjsunit/regress/wasm/regress-329130358.js
M test/mjsunit/regress/wasm/regress-362539773.js
M test/mjsunit/regress/wasm/regress-368086282.js
M test/mjsunit/regress/wasm/regress-382547695.js
M test/mjsunit/regress/wasm/regress-384974501.js
M test/mjsunit/regress/wasm/regress-385256127.js
M test/mjsunit/regress/wasm/regress-390675703.js
M test/mjsunit/regress/wasm/regress-393632542.js
M test/mjsunit/regress/wasm/regress-493521807.js
M test/mjsunit/regress/wasm/regress-crbug-1002388.js
M test/mjsunit/regress/wasm/regress-v8-14471.js
M test/mjsunit/sandbox/wasm-table-wasmjsfunction.js
M test/mjsunit/tools/tickprocessor-test-large.log
M test/mjsunit/turbolev/regress-493319584.js
M test/mjsunit/unicode-test.js
M test/mjsunit/wasm/call-ref.js
M test/mjsunit/wasm/exnref.js
M test/mjsunit/wasm/externref-table.js
M test/mjsunit/wasm/gc-casts-subtypes.js
M test/mjsunit/wasm/grow-shared-memory.js
M test/mjsunit/wasm/js-to-js.js
M test/mjsunit/wasm/jspi-generic-wrapper.js
M test/mjsunit/wasm/jspi.js
M test/mjsunit/wasm/large-struct.js
M test/mjsunit/wasm/log-wasm-to-js-wrapper-callref.js
M test/mjsunit/wasm/memory64.js
M test/mjsunit/wasm/prototype-setup-builder.js
M test/mjsunit/wasm/redundant-shuffle-lanes.js
M test/mjsunit/wasm/ref-cast-js-function.js
M test/mjsunit/wasm/shared-everything/gc-casts-subtypes-shared.js
M test/mjsunit/wasm/shared-everything/string-builtins.js
M test/mjsunit/wasm/shared-everything/wait-queue.js
M test/mjsunit/wasm/speculative-inlining.js
M test/mjsunit/wasm/stack-switching-params.js
M test/mjsunit/wasm/stack-switching-switch.js
M test/mjsunit/wasm/stack-switching.js
M test/mjsunit/wasm/type-reflection-other-callable.js
M test/mjsunit/wasm/type-reflection-with-externref.js
M test/mjsunit/wasm/type-reflection-with-mv.js
M test/mjsunit/wasm/type-reflection-wrap-wasm-function.js
M test/mjsunit/wasm/wasm-gc-inlining-stacktrace-api.js
M test/mjsunit/wasm/wasm-gc-inlining.js
M test/mjsunit/wasm/wasm-module-builder.js
M test/mjsunit/wasm/wasm-to-js-tierup.js
M test/mjsunit/wasm/wide-arithmetic.js
M test/test262/local-tests/test/staging/features.txt
M test/test262/test262.status
M test/torque/test-torque.tq
M test/unittests/BUILD.gn
M test/unittests/api/access-check-unittest.cc
M test/unittests/api/accessor-unittest.cc
M test/unittests/api/interceptor-unittest.cc
M test/unittests/api/resource-constraints-unittest.cc
M test/unittests/assembler/assembler-loong64-unittest.cc
M test/unittests/assembler/assembler-riscv64-unittest.cc
M test/unittests/assembler/disasm-riscv-unittest.cc
M test/unittests/assembler/disasm-x64-unittest.cc
M test/unittests/assembler/macro-assembler-riscv64-unittest.cc
M test/unittests/base/hashmap-unittest.cc
M test/unittests/base/platform/platform-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/loong64/turboshaft-instruction-selector-loong64-unittest.cc
M test/unittests/compiler/machine-operator-reducer-unittest.cc
M test/unittests/compiler/riscv64/turboshaft-instruction-selector-riscv64-unittest.cc
M test/unittests/compiler/turboshaft/wasm-shuffle-reducer-unittest.cc
M test/unittests/compiler/x64/turboshaft-instruction-selector-x64-unittest.cc
M test/unittests/heap/cppgc-js/unified-heap-snapshot-unittest.cc
M test/unittests/heap/cppgc/name-trait-unittest.cc
M test/unittests/heap/heap-controller-unittest.cc
M test/unittests/heap/heap-unittest.cc
M test/unittests/heap/shared-heap-unittest.cc
M test/unittests/interpreter/bytecode-array-builder-unittest.cc
M test/unittests/interpreter/bytecode-decoder-unittest.cc
M test/unittests/interpreter/bytecode_expectations/AsyncModules.golden
M test/unittests/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
M test/unittests/interpreter/bytecode_expectations/BasicLoops.golden
M test/unittests/interpreter/bytecode_expectations/BreakableBlocks.golden
M test/unittests/interpreter/bytecode_expectations/ClassDeclarations.golden
M test/unittests/interpreter/bytecode_expectations/Conditional.golden
M test/unittests/interpreter/bytecode_expectations/DeclareGlobals.golden
M test/unittests/interpreter/bytecode_expectations/ElideRedundantHoleChecks.golden
M test/unittests/interpreter/bytecode_expectations/ForAwaitOf.golden
M test/unittests/interpreter/bytecode_expectations/ForIn.golden
M test/unittests/interpreter/bytecode_expectations/ForOf.golden
M test/unittests/interpreter/bytecode_expectations/IIFE.golden
M test/unittests/interpreter/bytecode_expectations/IfConditions.golden
M test/unittests/interpreter/bytecode_expectations/LogicalExpressions.golden
M test/unittests/interpreter/bytecode_expectations/PropertyLoadStore.golden
M test/unittests/interpreter/bytecode_expectations/RemoveRedundantLdar.golden
M test/unittests/interpreter/bytecode_expectations/StandardForLoop.golden
M test/unittests/interpreter/bytecode_expectations/StaticClassFields.golden
M test/unittests/interpreter/bytecode_expectations/Switch.golden
M test/unittests/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
M test/unittests/interpreter/bytecode_expectations/UnaryOperators.golden
M test/unittests/interpreter/bytecode_expectations/VariableWithHint.golden
M test/unittests/interpreter/bytecode_expectations/WideRegisters.golden
M test/unittests/interpreter/interpreter-tester.cc
M test/unittests/interpreter/interpreter-tester.h
M test/unittests/interpreter/interpreter-unittest.cc
M test/unittests/libsampler/sampler-unittest.cc
M test/unittests/logging/log-unittest.cc
M test/unittests/maglev/maglev-graph-builder-unittest.cc
M test/unittests/objects/concurrent-js-array-unittest.cc
M test/unittests/objects/concurrent-script-context-table-unittest.cc
M test/unittests/objects/intl-unittest.cc
M test/unittests/objects/managed-unittest.cc
M test/unittests/objects/object-unittest.cc
M test/unittests/parser/decls-unittest.cc
M test/unittests/profiler/circular-queue-unittest.cc
M test/unittests/profiler/heap-snapshot-unittest.cc
M test/unittests/profiler/heap-snapshot-utils.cc
M test/unittests/profiler/heap-snapshot-utils.h
M test/unittests/profiler/strings-storage-unittest.cc
M test/unittests/sandbox/bytecode-verifier-unittest.cc
M test/unittests/sandbox/pointer-table-unittest.cc
M test/unittests/strings/unicode-unittest.cc
M test/unittests/wasm/compilation-hints-unittest.cc
M test/unittests/wasm/function-body-decoder-unittest.cc
M test/unittests/wasm/subtyping-unittest.cc
M test/unittests/wasm/trap-handler-simulator-unittest.cc
M test/unittests/wasm/wasm-tracing-unittest.cc
M test/wasm-spec-tests/testcfg.py
M test/wasm-spec-tests/wasm-spec-tests.status
M third_party/glibc/README.v8
M third_party/v8/builtins/array-sort.tq
M third_party/wasm-api/README.v8
M tools/bazel/bazel.sha1
M tools/clusterfuzz/foozzie/v8_foozzie.py
M tools/clusterfuzz/foozzie/v8_foozzie_test.py
M tools/clusterfuzz/foozzie/v8_fuzz_flags.json
M tools/clusterfuzz/js_fuzzer/README.md
M tools/clusterfuzz/js_fuzzer/exceptions.js
M tools/clusterfuzz/js_fuzzer/package.json
M tools/clusterfuzz/js_fuzzer/run.js
M tools/clusterfuzz/trials/clusterfuzz_trials_config.json
M tools/dev/gm.py
M tools/gen-postmortem-metadata.py
M tools/ic-processor
M tools/linux-tick-processor
M tools/logreader.mjs
M tools/parse-processor
M tools/profile.mjs
M tools/profiling/linux-perf-d8.py
M tools/run_perf.py
M tools/sanitizers/tsan_suppressions.txt
M tools/system-analyzer/log/code.mjs
M tools/system-analyzer/log/ic.mjs
M tools/system-analyzer/log/log.mjs
M tools/system-analyzer/log/map.mjs
M tools/system-analyzer/processor.mjs
M tools/testrunner/base_runner.py
M tools/testrunner/local/android.py
M tools/testrunner/local/process_utils.py
M tools/testrunner/local/variants.py
M tools/testrunner/objects/output.py
M tools/testrunner/objects/testcase.py
M tools/testrunner/testproc/fuzzer.py
M tools/testrunner/testproc/indicators.py
M tools/unittests/run_perf_test.py
M tools/wasm/mjsunit-module-disassembler-impl.h
M tools/wasm/module-inspector.cc
A SECURITY.md
A agents/.style.mdformat
A agents/.vpython3
A agents/README.md
A agents/agents/builder/agent.json
A agents/agents/builder/config.yaml
A agents/agents/debugger/agent.json
A agents/agents/debugger/config.yaml
A agents/agents/researcher/agent.json
A agents/agents/researcher/config.yaml
A agents/agents/tester/agent.json
A agents/agents/tester/config.yaml
A agents/prompts/README.md
A agents/prompts/common.md
A agents/prompts/templates/README.md
A agents/prompts/templates/modular.md
A agents/rules/debugging.md
A agents/rules/execution-constraints.md
A agents/rules/framework.md
A agents/rules/git-cl.md
A agents/rules/git-commit.md
A agents/rules/torque.md
A agents/rules/v8-best-practices.md
A agents/rules/writing-skills.md
A agents/scripts/analyze_brain.py
A agents/scripts/cleanup_git_task.sh
A agents/scripts/get_recent_commits.py
A agents/scripts/install_for_gemini_cli.py
A agents/scripts/install_for_jetski.py
A agents/scripts/new_git_task.sh
A agents/skills/README.md
A agents/skills/agent-evaluation-framework/SKILL.md
A agents/skills/agent-self-improvement/SKILL.md
A agents/skills/clangd-setup/SKILL.md
A agents/skills/crossbench/SKILL.md
A agents/skills/doc-invalidation-checker/SKILL.md
A agents/skills/ecmascript/SKILL.md
A agents/skills/env-abstraction/SKILL.md
A agents/skills/header-cycle-breaker/SKILL.md
A agents/skills/jsvu/SKILL.md
A agents/skills/orchestrator/SKILL.md
A agents/skills/subagent-env-passing/SKILL.md
A agents/skills/v8-ciderg-paths/SKILL.md
A agents/skills/v8-commands/SKILL.md
A agents/skills/v8-log/SKILL.md
A agents/skills/v8-poc-classification/SKILL.md
A agents/skills/v8-profile/SKILL.md
A agents/skills/v8-setup/SKILL.md
A agents/skills/v8-structure/SKILL.md
A agents/skills/v8-testing/SKILL.md
A agents/skills/v8-understanding/SKILL.md
A agents/skills/v8-workflow/SKILL.md
A agents/skills/workflow-debugging/SKILL.md
A agents/skills/workflow-general-debugging/SKILL.md
A agents/skills/workflow-perf/SKILL.md
A agents/skills/workflow-perf/scripts/upload_and_pinpoint.py
A agents/skills/workflow_gerrit_fix/SKILL.md
A bazel/patches/BUILD.bazel
A bazel/patches/highway_rules_cc.patch
A docs/api.md
A docs/become-committer.md
A docs/benchmarks.md
A docs/blink-layout-tests.md
A docs/build-gn.md
A docs/build.md
A docs/builtin-functions.md
A docs/builtins/architecture.md
A docs/builtins/torque-tutorial.md
A docs/codegen/assembler-architecture.md
A docs/codegen/code-stub-assembler.md
A docs/codegen/csa-tutorial.md
A docs/committer-responsibility.md
A docs/compile-arm64.md
A docs/compiler/concurrency-and-background-compilation.md
A docs/compiler/maglev/compiler-maglev-regalloc.md
A docs/compiler/maglev/compiler-maglev.md
A docs/compiler/sparkplug/compiler-sparkplug.md
A docs/compiler/turbofan/compiler-turbofan.md
A docs/compiler/turboshaft/compiler-turboshaft-copying-approach.md
A docs/compiler/turboshaft/compiler-turboshaft-ir.md
A docs/compiler/turboshaft/compiler-turboshaft-reducers.md
A docs/compiler/turboshaft/compiler-turboshaft.md
A docs/compiler/why-cfg.md
A docs/contribute.md
A docs/cross-compile-arm.md
A docs/cross-compile-ios.md
A docs/d8.md
A docs/debug-arm.md
A docs/design-review-guidelines.md
A docs/embed.md
A docs/evaluate-code-coverage.md
A docs/feature-launch-process.md
A docs/flake-bisect.md
A docs/gdb-jit.md
A docs/gdb.md
A docs/heap/compaction.md
A docs/heap/garbage-collection.md
A docs/heap/handles.md
A docs/heap/heap-overview.md
A docs/heap/marking-and-sweeping.md
A docs/heap/objects-and-maps.md
A docs/heap/pointer-compression.md
A docs/heap/pointer-tagging.md
A docs/heap/roots.md
A docs/heap/zone-allocator.md
A docs/i18n.md
A docs/ide-setup.md
A docs/index.md
A docs/inspector.md
A docs/interpreter/interpreter-ignition.md
A docs/javascript-overview.md
A docs/linux-perf.md
A docs/memory-leaks.md
A docs/merge-patch.md
A docs/node-integration.md
A docs/objects/descriptor-and-transition-arrays.md
A docs/objects/fields-and-elements.md
A docs/objects/lookup-iterator.md
A docs/objects/strings.md
A docs/official-support.md
A docs/overview.md
A docs/parsing/lazy-parsing-and-preparser.md
A docs/parsing/parser-and-ast.md
A docs/ports.md
A docs/profile-chromium.md
A docs/profile.md
A docs/rcs.md
A docs/regexp/architecture.md
A docs/release-process.md
A docs/respectful-code.md
A docs/runtime/deoptimization.md
A docs/runtime/exception-handling.md
A docs/runtime/function-architecture.md
A docs/runtime/hidden-classes-and-ics.md
A docs/runtime/hidden-classes-tutorial.md
A docs/runtime/scopes-and-scope-infos.md
A docs/runtime/stack-walking.md
A docs/runtime/tiering.md
A docs/sandbox/architecture.md
A docs/security/reproducing-bugs.md
A docs/snapshot/architecture.md
A docs/source-code.md
A docs/stack-trace-api.md
A docs/test.md
A docs/torque/architecture.md
A docs/torque/user-manual.md
A docs/trace.md
A docs/triage-issues.md
A docs/untrusted-code-mitigations.md
A docs/version-numbers.md
A docs/viewer/.gitignore
A docs/viewer/generator.js
A docs/viewer/index.html
A docs/viewer/package-lock.json
A docs/viewer/package.json
A docs/viewer/server.js
A docs/wasm-shipping-checklist.md
A docs/wasm/architecture.md
A docs/webassembly-opcode.md
A src/builtins/generator.tq
A src/builtins/wasm-interpreter-wrappers.tq
A src/codegen/riscv/constant-riscv-zfa.h
A src/codegen/riscv/extension-riscv-zfa.cc
A src/codegen/riscv/extension-riscv-zfa.h
A src/compiler/turboshaft/wasm-wrappers-inl.h
A src/compiler/turboshaft/wasm-wrappers.cc
A src/compiler/turboshaft/wasm-wrappers.h
A src/inspector/SECURITY.md
A src/objects/feedback-transition-table.cc
A src/objects/map-word-inl.h
A src/objects/map-word.h
A src/objects/object-predicates-inl.h
A src/objects/object-predicates.h
A src/objects/sort-state.h
A src/profiler/output-stream-writer.cc
A src/sandbox/trap-fuzzer.cc
A src/sandbox/trap-fuzzer.h
A test/filecheck/js-wasm-wrapper-inlining-type-combos.js
A test/filecheck/wasm-deopt-with-import.js
A test/filecheck/wasm-in-js-inlining-turboshaft-stacktrace-api.js
A test/filecheck/wasm/turbofan-extern-convert-any-dynamic.js
A test/filecheck/wasm/turbofan-extern-convert-any-static.js
A test/inspector/console/destroy-context-during-log-error-stack-expected.txt
A test/inspector/console/destroy-context-during-log-error-stack.js
A test/inspector/debugger/regress-crbug-503553614-expected.txt
A test/inspector/debugger/regress-crbug-503553614.js
A test/inspector/debugger/set-variable-value-oob-expected.txt
A test/inspector/debugger/set-variable-value-oob.js
A test/inspector/regress/regress-crbug-502724368-expected.txt
A test/inspector/regress/regress-crbug-502724368.js
A test/message/fail/regress-tdz-closure.js
A test/message/fail/regress-tdz-closure.out
A test/mjsunit/array-sort-inline.js
A test/mjsunit/array-sort-stability.js
A test/mjsunit/compiler/regress-498818400.js
A test/mjsunit/compiler/regress-499319121.js
A test/mjsunit/compiler/regress-504073873.js
A test/mjsunit/compiler/regress-505823721.js
A test/mjsunit/d8/cwd/working_dir.js
A test/mjsunit/d8/cwd/working_dir_helper.js.skip
A test/mjsunit/d8/cwd/working_dir_test.js.skip
A test/mjsunit/d8/files/exists.js
A test/mjsunit/d8/module-bundle-1.js
A test/mjsunit/d8/module-bundle-2.js
A test/mjsunit/d8/module-bundle-dynamic-import-https.js
A test/mjsunit/d8/regress-503488299.js
A test/mjsunit/d8/script-bundle.js
A test/mjsunit/d8_trace.js
A test/mjsunit/harmony/iterator-zip-keyed.js
A test/mjsunit/harmony/regress/regress-499254994.js
A test/mjsunit/harmony/regress/regress-499254996.mjs
A test/mjsunit/homomorphic-array-smi.js
A test/mjsunit/homomorphic-ic.js
A test/mjsunit/maglev/regress-497831280.js
A test/mjsunit/maglev/regress-498199197.js
A test/mjsunit/maglev/regress-498816446-1.js
A test/mjsunit/maglev/regress-498816446-2.js
A test/mjsunit/maglev/regress-498816446-3.js
A test/mjsunit/maglev/regress-499752800.js
A test/mjsunit/maglev/regress-500174840.js
A test/mjsunit/maglev/regress-500177421.js
A test/mjsunit/maglev/regress-500193083.js
A test/mjsunit/maglev/regress-500507435.js
A test/mjsunit/maglev/regress-500774816.js
A test/mjsunit/maglev/regress-501676158.js
A test/mjsunit/maglev/regress-503197484.js
A test/mjsunit/maglev/regress-503977642.js
A test/mjsunit/maglev/regress-505413738-1.js
A test/mjsunit/maglev/regress-505413738-2.js
A test/mjsunit/maglev/string-substring.js
A test/mjsunit/maglev/uint8-clamped-store-undefined.js
A test/mjsunit/math-sum-precise/regress-sumPrecise-iterator.js
A test/mjsunit/math-sum-precise/set-iterator-clear-on-error.js
A test/mjsunit/modules-skip-star-exports-indirect-cycle-a.mjs
A test/mjsunit/modules-skip-star-exports-indirect-cycle-b.mjs
A test/mjsunit/modules-skip-star-exports-indirect-cycle-c.mjs
A test/mjsunit/modules-skip-star-exports-indirect-cycle-d.mjs
A test/mjsunit/modules-star-exports-indirect-cycle.mjs
A test/mjsunit/regress-507036687.js
A test/mjsunit/regress-module-export-proto-helper.mjs
A test/mjsunit/regress-module-export-proto.mjs
A test/mjsunit/regress/regress-435589244.js
A test/mjsunit/regress/regress-462795139.js
A test/mjsunit/regress/regress-490640045.js
A test/mjsunit/regress/regress-494388373.js
A test/mjsunit/regress/regress-498010834.js
A test/mjsunit/regress/regress-498904299.js
A test/mjsunit/regress/regress-499260582.js
A test/mjsunit/regress/regress-499323105.js
A test/mjsunit/regress/regress-499527555-2.js
A test/mjsunit/regress/regress-499527555.js
A test/mjsunit/regress/regress-499659062.js
A test/mjsunit/regress/regress-499672315.js
A test/mjsunit/regress/regress-499721612.js
A test/mjsunit/regress/regress-500174491.js
A test/mjsunit/regress/regress-501224234-ignition.js
A test/mjsunit/regress/regress-501224234-maglev.js
A test/mjsunit/regress/regress-501224234-minimized.js
A test/mjsunit/regress/regress-501224234-turbofan.js
A test/mjsunit/regress/regress-501464526.js
A test/mjsunit/regress/regress-501749462-ic.js
A test/mjsunit/regress/regress-501749462-maglev.js
A test/mjsunit/regress/regress-501749462.js
A test/mjsunit/regress/regress-502244656.js
A test/mjsunit/regress/regress-502439789.js
A test/mjsunit/regress/regress-503097371.js
A test/mjsunit/regress/regress-503634281.js
A test/mjsunit/regress/regress-504490097.js
A test/mjsunit/regress/regress-505101417.js
A test/mjsunit/regress/regress-505116710.js
A test/mjsunit/regress/regress-505481956.js
A test/mjsunit/regress/regress-505551322.js
A test/mjsunit/regress/regress-506617613.js
A test/mjsunit/regress/regress-506855825.js
A test/mjsunit/regress/regress-507671690.js
A test/mjsunit/regress/regress-crbug-502439789.js
A test/mjsunit/regress/regress-crbug-502832780.js
A test/mjsunit/regress/regress-crbug-502923583.js
A test/mjsunit/regress/regress-crbug-502944996-b.js
A test/mjsunit/regress/regress-crbug-502944996.js
A test/mjsunit/regress/regress-crbug-503098806.js
A test/mjsunit/regress/regress-crbug-503180648.js
A test/mjsunit/regress/regress-crbug-503557995-b.js
A test/mjsunit/regress/regress-crbug-503557995.js
A test/mjsunit/regress/regress-crbug-503615221.js
A test/mjsunit/regress/regress-crbug-503622403.js
A test/mjsunit/regress/regress-crbug-504070398.js
A test/mjsunit/regress/wasm/regress-391907159.js
A test/mjsunit/regress/wasm/regress-490183533.js
A test/mjsunit/regress/wasm/regress-493197128.js
A test/mjsunit/regress/wasm/regress-498709150.js
A test/mjsunit/regress/wasm/regress-498814570.js
A test/mjsunit/regress/wasm/regress-498818401.js
A test/mjsunit/regress/wasm/regress-499150024.js
A test/mjsunit/regress/wasm/regress-499492236.js
A test/mjsunit/regress/wasm/regress-500113958.js
A test/mjsunit/regress/wasm/regress-500171779.js
A test/mjsunit/regress/wasm/regress-500181839.js
A test/mjsunit/regress/wasm/regress-500890918.js
A test/mjsunit/regress/wasm/regress-501198834.js
A test/mjsunit/regress/wasm/regress-502287689.js
A test/mjsunit/regress/wasm/regress-502300817.js
A test/mjsunit/regress/wasm/regress-502624513.js
A test/mjsunit/regress/wasm/regress-504612573.js
A test/mjsunit/regress/wasm/regress-504708686.js
A test/mjsunit/regress/wasm/regress-504711585.js
A test/mjsunit/regress/wasm/regress-504714846.js
A test/mjsunit/regress/wasm/regress-504716006.js
A test/mjsunit/regress/wasm/regress-505117973.js
A test/mjsunit/regress/wasm/regress-505124865.js
A test/mjsunit/regress/wasm/regress-505858818.js
A test/mjsunit/regress/wasm/regress-simd-507671691.js
A test/mjsunit/sandbox/hardware-watchpoints/double-registers-double-watchpoint.js
A test/mjsunit/sandbox/hardware-watchpoints/double-registers.js
A test/mjsunit/sandbox/hardware-watchpoints/duplicate-watchpoint.js
A test/mjsunit/sandbox/hardware-watchpoints/regress-496855012.js
A test/mjsunit/sandbox/regress-499717570.js
A test/mjsunit/sandbox/regress-502356099.js
A test/mjsunit/sandbox/regress-getparameter.js
A test/mjsunit/sandbox/regress/regress-496341820.js
A test/mjsunit/sandbox/regress/regress-501115746.js
A test/mjsunit/sandbox/regress/regress-501626906.js
A test/mjsunit/sandbox/regress/regress-502337304.js
A test/mjsunit/sandbox/wasmfx-signature-check.js
A test/mjsunit/tools/v8-logviewer-args.mjs
A test/mjsunit/turbolev/regress-493534950.js
A test/mjsunit/turbolev/regress-498813012.js
A test/mjsunit/turbolev/regress-503975738-1.js
A test/mjsunit/turbolev/regress-503975738-2.js
A test/mjsunit/turbolev/regress-506060820.js
A test/mjsunit/turboshaft/regress-508347351.js
A test/mjsunit/wasm/compile-time-builtins.js
A test/mjsunit/wasm/custom-descriptors-boundary.js
A test/mjsunit/wasm/regress-498482620.js
A test/mjsunit/wasm/regress-499719427.js
A test/mjsunit/wasm/regress-dataview-immutable.js
A test/mjsunit/wasm/regress-wasmfx-exact-types.js
A test/mjsunit/wasm/stack-switching-argswitch.js
A test/mjsunit/wasm/wasm-wrapper-inlining-turbolev.js
A test/mjsunit/wasm/wrapper-inlining-lazy-deopt-turbolev.js
A test/unittests/base/asan-unittest.cc
A test/unittests/compiler/turboshaft/machine-optimization-reducer-unittest.cc
A test/unittests/interpreter/bytecode_expectations/HoleCheckElision.golden
A test/unittests/sandbox/trap-fuzzer-unittest.cc
A third_party/v8/builtins/array-sort.h
A tools/clusterfuzz/js_fuzzer/tools/run_locally_against_d8.py
A tools/dev/setup_worktree_build.py
A tools/find-d8.sh
A tools/system-analyzer/cli.mjs
A tools/v8-logviewer
R GEMINI.md
R agents/skills/port-to-heapobjectlayout/SKILL.md
R gni/release_branch_toggle.gni
R src/builtins/js-to-js.tq
R src/compiler/string-builder-optimizer.cc
R src/compiler/string-builder-optimizer.h
R src/extensions/ignition-statistics-extension.cc
R src/extensions/ignition-statistics-extension.h
R src/objects/cpp-heap-external-object-inl.h
R src/sandbox/code-pointer-inl.h
R src/sandbox/code-pointer.h
R src/wasm/object-access.h
R src/wasm/wrappers-inl.h
R src/wasm/wrappers.cc
R src/wasm/wrappers.h
R test/benchmarks/csuite/README.md
R test/benchmarks/csuite/benchmark.py
R test/benchmarks/csuite/compare-baseline.py
R test/benchmarks/csuite/csuite.py
R test/benchmarks/csuite/run-kraken.js
R test/benchmarks/csuite/sunspider-standalone-driver.js
R test/cctest/test-ignition-statistics-extension.cc
R test/mjsunit/regress/wasm/regress-crbug-1006631.js
R test/mjsunit/regress/wasm/regress-crbug-1047368.js
R test/mjsunit/regress/wasm/regress-crbug-1463219.js
R test/mjsunit/wasm/exceptions-type-reflection.js
R test/mjsunit/wasm/type-reflection-exnref.js
R test/mjsunit/wasm/type-reflection.js

Log Message:
-----------
update to Chromium 149.0.7827.22


Reply all
Reply to author
Forward
0 new messages