0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/js-native-api
Denys Otrishko a1cbbd1da6
n-api: implement napi_is_detached_arraybuffer
This implements ArrayBuffer#IsDetachedBuffer operation as per ECMAScript
specification Section 24.1.1.2 https://tc39.es/ecma262/#sec-isdetachedbuffer

Closes: https://github.com/nodejs/node/issues/29955

PR-URL: https://github.com/nodejs/node/pull/30613
Fixes: https://github.com/nodejs/node/issues/29955
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2019-11-28 15:15:36 +01:00
..
2_function_arguments
3_callbacks
4_object_factory
5_function_factory
6_object_wrap
7_factory_wrap
8_passing_wrapped doc: remove "it is important to" phrasing 2019-10-26 16:33:24 -07:00
test_array
test_bigint
test_constructor
test_conversions
test_dataview
test_date
test_error
test_exception
test_function
test_general
test_handle_scope
test_instance_data
test_new_target
test_number
test_object
test_promise
test_properties
test_reference
test_string
test_symbol
test_typedarray n-api: implement napi_is_detached_arraybuffer 2019-11-28 15:15:36 +01:00
.gitignore
common.c
common.h
entry_point.c
testcfg.py