/third_party/node/test/js-native-api/test_constructor/ |
H A D | test_null.c | 4 #include "test_null.h" 95 napi_value test_null; in init_test_null() local 101 NODE_API_CALL_RETURN_VOID(env, napi_create_object(env, &test_null)); in init_test_null() 105 test_null, in init_test_null() 110 env, napi_set_named_property(env, exports, "testNull", test_null)); in init_test_null()
|
/third_party/node/test/js-native-api/test_number/ |
H A D | test_null.c | 66 napi_value test_null; in BINDING_FOR_CREATE() local 68 NODE_API_CALL_RETURN_VOID(env, napi_create_object(env, &test_null)); in BINDING_FOR_CREATE() 72 test_null, in BINDING_FOR_CREATE() 76 env, napi_set_named_property(env, exports, "testNull", test_null)); in BINDING_FOR_CREATE()
|
/third_party/node/test/js-native-api/test_string/ |
H A D | test_null.c | 4 #include "test_null.h" 52 napi_value test_null; in DECLARE_TEST() local 60 NODE_API_CALL_RETURN_VOID(env, napi_create_object(env, &test_null)); in DECLARE_TEST() 62 env, test_null, sizeof(test_null_props) / sizeof(*test_null_props), in DECLARE_TEST() 66 "testNull", NULL, NULL, NULL, NULL, test_null, napi_enumerable, NULL in DECLARE_TEST()
|
/third_party/node/test/js-native-api/test_conversions/ |
H A D | test_null.c | 4 #include "test_null.h" 75 napi_value test_null; local 91 NODE_API_CALL_RETURN_VOID(env, napi_create_object(env, &test_null)); 93 env, test_null, sizeof(test_null_props) / sizeof(*test_null_props), 97 "testNull", NULL, NULL, NULL, NULL, test_null, napi_enumerable, NULL
|
/third_party/node/test/js-native-api/test_object/ |
H A D | test_null.c | 4 #include "test_null.h" 368 napi_value test_null; in init_test_null() local 389 NODE_API_CALL_RETURN_VOID(env, napi_create_object(env, &test_null)); in init_test_null() 391 env, test_null, sizeof(test_null_props) / sizeof(*test_null_props), in init_test_null() 395 "testNull", NULL, NULL, NULL, NULL, test_null, napi_enumerable, NULL in init_test_null()
|
/third_party/python/Lib/test/ |
H A D | test_xxlimited.py | 87 def test_null(self): member in TestXXLimited35
|
H A D | test_csv.py | 655 def test_null(self): function
|
H A D | test_tarfile.py | 2326 def test_null(self): member in AppendTest
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 310 def test_null(tmpdir, output_checker): function
|