• Michael Achenbach's avatar
    Revert "[shared-struct] Prototype JS shared structs" · c1078b5e
    Michael Achenbach authored
    This reverts commit 1025bf26.
    
    Reason for revert: https://crbug.com/v8/12645
    
    Original change's description:
    > [shared-struct] Prototype JS shared structs
    >
    > Unlike the Stage 1 proposal, for simplicity the prototype does not add
    > any new syntax, instead opting for exposing a SharedStructType
    > constructor which takes an array of field names. This type constructor
    > returns constructors for shared structs.
    >
    > Shared structs can be shared across Isolates, are fixed layout, have no
    > prototype, have no .constructor, and can only store primitives and
    > other shared structs.
    >
    > The initial prototype does not have TurboFan support.
    >
    > Bug: v8:12547
    > Change-Id: I23bdd819940b42139692bcdb53d372099b0d4426
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3390643
    > Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
    > Reviewed-by: Marja Hölttä <marja@chromium.org>
    > Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
    > Reviewed-by: Dominik Inführ <dinfuehr@chromium.org>
    > Commit-Queue: Shu-yu Guo <syg@chromium.org>
    > Cr-Commit-Position: refs/heads/main@{#79156}
    
    Bug: v8:12547
    Change-Id: I44f2b8bb7487b4d39ba1282585e0b2282501230f
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3474676
    Auto-Submit: Michael Achenbach <machenbach@chromium.org>
    Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
    Owners-Override: Michael Achenbach <machenbach@chromium.org>
    Commit-Queue: Michael Achenbach <machenbach@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#79170}
    c1078b5e
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
ast Loading commit data...
base Loading commit data...
baseline Loading commit data...
bigint Loading commit data...
builtins Loading commit data...
codegen Loading commit data...
common Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
d8 Loading commit data...
date Loading commit data...
debug Loading commit data...
deoptimizer Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
extensions Loading commit data...
flags Loading commit data...
handles Loading commit data...
heap Loading commit data...
ic Loading commit data...
init Loading commit data...
inspector Loading commit data...
interpreter Loading commit data...
json Loading commit data...
libplatform Loading commit data...
libsampler Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parsing Loading commit data...
profiler Loading commit data...
protobuf Loading commit data...
regexp Loading commit data...
roots Loading commit data...
runtime Loading commit data...
sandbox Loading commit data...
sanitizer Loading commit data...
snapshot Loading commit data...
strings Loading commit data...
tasks Loading commit data...
temporal Loading commit data...
third_party Loading commit data...
torque Loading commit data...
tracing Loading commit data...
trap-handler Loading commit data...
utils Loading commit data...
wasm Loading commit data...
web-snapshot Loading commit data...
zone Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...