Home
last modified time | relevance | path

Searched refs:test_null (Results 1 - 9 of 9) sorted by relevance

/third_party/node/test/js-native-api/test_constructor/
H A Dtest_null.c4 #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 Dtest_null.c66 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 Dtest_null.c4 #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 Dtest_null.c4 #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 Dtest_null.c4 #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 Dtest_xxlimited.py87 def test_null(self): member in TestXXLimited35
H A Dtest_csv.py655 def test_null(self): function
H A Dtest_tarfile.py2326 def test_null(self): member in AppendTest
/third_party/libfuse/test/
H A Dtest_examples.py310 def test_null(tmpdir, output_checker): function

Completed in 14 milliseconds