Skip to content

Commit

Permalink
Rolling to V8 10.7.193.13 (denoland#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Sep 30, 2022
1 parent 4e08bd7 commit 128be61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rusty V8 Binding

V8 Version: 10.7.193.3
V8 Version: 10.7.193.13

[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=main)](https://github.com/denoland/rusty_v8/actions)
[![crates](https://img.shields.io/crates/v/v8.svg)](https://crates.io/crates/v8)
Expand Down
2 changes: 1 addition & 1 deletion v8
Submodule v8 updated 42 files
+1 −4 include/cppgc/internal/api-constants.h
+1 −2 include/cppgc/internal/caged-heap-local-data.h
+0 −22 include/cppgc/internal/caged-heap.h
+1 −2 include/cppgc/internal/write-barrier.h
+2 −2 include/v8-internal.h
+1 −1 include/v8-version.h
+2 −1 src/compiler/backend/x64/instruction-selector-x64.cc
+5 −1 src/execution/isolate.cc
+2 −62 src/heap/cppgc/caged-heap.cc
+4 −36 src/heap/cppgc/caged-heap.h
+0 −5 src/heap/cppgc/globals.h
+2 −3 src/heap/cppgc/heap-base.cc
+0 −11 src/heap/cppgc/heap-page.cc
+0 −16 src/heap/factory-base.cc
+0 −5 src/heap/factory-base.h
+4 −0 src/objects/bigint.cc
+0 −1 src/objects/hash-table-inl.h
+2 −0 src/objects/instance-type.h
+0 −1 src/objects/object-list-macros.h
+1 −1 src/objects/objects-body-descriptors-inl.h
+2 −0 src/objects/objects-definitions.h
+0 −3 src/objects/objects-inl.h
+28 −37 src/objects/template-objects.cc
+6 −3 src/objects/template-objects.h
+2 −5 src/objects/template-objects.tq
+0 −17 src/runtime/runtime-test.cc
+0 −2 src/runtime/runtime.h
+17 −11 src/sandbox/external-pointer-table.cc
+6 −5 src/snapshot/context-serializer.cc
+8 −4 src/wasm/baseline/liftoff-compiler.cc
+2 −1 src/wasm/wasm-objects.cc
+0 −11 test/mjsunit/mjsunit.js
+0 −20 test/mjsunit/regress/regress-1364429.js
+0 −48 test/mjsunit/regress/regress-v8-13190.js
+29 −0 test/mjsunit/regress/wasm/regress-13290.js
+126 −0 test/mjsunit/wasm/bit-shift-right.js
+1 −5 test/unittests/heap/cppgc/tests.cc
+18 −0 test/unittests/objects/value-serializer-unittest.cc
+6,282 −0 tools/builtins-pgo/arm64.profile
+1 −1 tools/builtins-pgo/generate.py
+6,305 −0 tools/builtins-pgo/x64.profile
+151 −151 tools/v8heapconst.py

0 comments on commit 128be61

Please sign in to comment.