Home
last modified time | relevance | path

Searched refs:test_null_props (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/js-native-api/test_string/
Dtest_null.c54 const napi_property_descriptor test_null_props[] = { in DECLARE_TEST() local
62 env, test_null, sizeof(test_null_props) / sizeof(*test_null_props), in DECLARE_TEST()
63 test_null_props)); in DECLARE_TEST()
/third_party/node/test/js-native-api/test_constructor/
Dtest_null.c97 const napi_property_descriptor test_null_props[] = { in init_test_null() local
106 sizeof(test_null_props) / sizeof(*test_null_props), in init_test_null()
107 test_null_props)); in init_test_null()
/third_party/node/test/js-native-api/test_number/
Dtest_null.c56 const napi_property_descriptor test_null_props[] = { in BINDING_FOR_CREATE() local
73 sizeof(test_null_props) / sizeof(*test_null_props), in BINDING_FOR_CREATE()
74 test_null_props)); in BINDING_FOR_CREATE()
/third_party/node/test/js-native-api/test_conversions/
Dtest_null.c77 const napi_property_descriptor test_null_props[] = { local
93 env, test_null, sizeof(test_null_props) / sizeof(*test_null_props),
94 test_null_props));
/third_party/node/test/js-native-api/test_object/
Dtest_null.c370 const napi_property_descriptor test_null_props[] = { in init_test_null() local
391 env, test_null, sizeof(test_null_props) / sizeof(*test_null_props), in init_test_null()
392 test_null_props)); in init_test_null()