• Clemens Hammacher's avatar
    [api] Properly define BufferReference instead of CallerOwnedBuffer · e90af2c7
    Clemens Hammacher authored
    The name {CallerOwnedBuffer} does not make sense in all situations,
    especially if such an object is returned instead of being passed as
    argument.
    I am working on moving the wasm wire bytes off the JS heap, and hence
    will return unowned references via the API. To prepare this change, I
    deprecate the existing {CallerOwnedBuffer} and introduce a new
    {BufferReference} struct with proper field names.
    
    R=titzer@chromium.org, adamk@chromium.org
    
    Bug: v8:7868
    Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
    Change-Id: Ic8953951447038a831b15a336a52a199bfbeafd5
    Reviewed-on: https://chromium-review.googlesource.com/1108207Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#53929}
    e90af2c7
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger 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...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...