Lines Matching defs:null
279 * @tc.desc: Test null type.
843 * @tc.desc: Test the second parameter as null
1364 ASSERT_CHECK_CALL(napi_create_string_utf8(env, "null", NAPI_AUTO_LENGTH, &key));
1365 napi_value null = nullptr;
1366 ASSERT_CHECK_CALL(napi_get_null(env, &null));
1370 ASSERT_CHECK_CALL(napi_map_set_property(env, result, key, null));
1404 const char* key = "null";
1405 napi_value null = nullptr;
1406 ASSERT_CHECK_CALL(napi_get_null(env, &null));
1410 ASSERT_CHECK_CALL(napi_map_set_named_property(env, result, key, null));
3119 * @tc.desc: Test string type of null.
3132 const char expected[] = "null";