0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Anna Henningsen e66a2acc4c src: migrate off ArrayBuffer::GetContents
V8 deprecates `GetContents()` in favour of `GetBackingStore()`.
Update our code to reflect that.
V8 also deprecates `Externalize()` and `IsExternal()`; we should
be able to remove all usage of this once V8 8.0 is there.

PR-URL: https://github.com/nodejs/node/pull/30339
Refs: bfe3d6bce7
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
2019-11-12 06:29:23 +01:00
..
async-hello-world
async-hooks-id
async-hooks-promise
async-resource
buffer-free-callback
callback-scope
dlopen-ping-pong test: debug output for dlopen-ping-pong test 2019-10-09 11:54:59 -07:00
errno-exception
force-context-aware test: simplify force-context-aware test 2019-09-29 08:42:08 -04:00
heap-profiler
hello-world test: make exported method static 2019-08-15 22:58:40 -07:00
hello-world-function-export
load-long-path test: clean tmpdir on process exit 2019-08-10 19:22:11 -07:00
make-callback
make-callback-domain-warning
make-callback-recurse test: use arrow functions for callbacks 2019-10-25 13:29:50 -07:00
new-target
node-module-version
non-node-context
not-a-binding
null-buffer-neuter
openssl-binding src: migrate off ArrayBuffer::GetContents 2019-11-12 06:29:23 +01:00
openssl-client-cert-engine
openssl-key-engine tls: add option for private keys for OpenSSL engines 2019-09-27 15:50:56 -07:00
parse-encoding
register-signal-handler
repl-domain-abort
stringbytes-external-exceed-max test: specialize OOM check for AIX 2019-07-27 16:03:43 -07:00
symlinked-module
uv-handle-leak
worker-addon report: modify getReport() to return an Object 2019-07-12 14:48:09 -07:00
zlib-binding src: migrate off ArrayBuffer::GetContents 2019-11-12 06:29:23 +01:00
.gitignore
addon.status test: specialize OOM check for AIX 2019-07-27 16:03:43 -07:00
common.gypi
testcfg.py