• titzer's avatar
    [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are... · 6d266f00
    titzer authored
    [wasm] Add a Managed<T> wrapper class for allocating C++ classes that are deleted when the wrapper is garbage collected.
    
    Use sparingly!
    
    This doesn't add any really new functionality, other than making it more
    convenient to do this.
    
    This will primarily be used to wrap a WasmModule to be referenced from a
    JSObject that represents an instance. There is one WasmModule C++ object
    per parsed WasmModule, so this should not be more than a handful or a few
    dozen in well-behaved programs.
    
    R=rossberg@chromium.org,mlippautz@chromium.org
    BUG=
    
    Review-Url: https://codereview.chromium.org/2409173005
    Cr-Commit-Position: refs/heads/master@{#40346}
    6d266f00
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...