Searched refs:test_null_props (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/js-native-api/test_string/ |
D | test_null.c | 54 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/ |
D | test_null.c | 97 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/ |
D | test_null.c | 56 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/ |
D | test_null.c | 77 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/ |
D | test_null.c | 370 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()
|