mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 17:01:08 +00:00

Add test coverage for passing `NULL` to each parameter of `napi.*(propert|element)` and `napi_set_prototype`. In the case of `napi_define_properties` also test setting various initializer fields to `NULL`. PR-URL: https://github.com/nodejs/node/pull/31488 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
14 lines
196 B
Python
14 lines
196 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_object",
|
|
"sources": [
|
|
"../common.c",
|
|
"../entry_point.c",
|
|
"test_null.c",
|
|
"test_object.c"
|
|
]
|
|
}
|
|
]
|
|
}
|