Home
last modified time | relevance | path

Searched refs:napi_string (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/js-native-api/test_object/
Dtest_object.c24 NODE_API_ASSERT(env, valuetype1 == napi_string || valuetype1 == napi_symbol, in Get()
52 NODE_API_ASSERT(env, value_type1 == napi_string, in GetNamed()
238 NODE_API_ASSERT(env, valuetype1 == napi_string || valuetype1 == napi_symbol, in Set()
267 NODE_API_ASSERT(env, value_type1 == napi_string, in SetNamed()
300 NODE_API_ASSERT(env, valuetype1 == napi_string || valuetype1 == napi_symbol, in Has()
330 NODE_API_ASSERT(env, value_type1 == napi_string || value_type1 == napi_symbol, in HasNamed()
390 NODE_API_ASSERT(env, valuetype1 == napi_string || valuetype1 == napi_symbol, in Delete()
/third_party/node/test/js-native-api/test_symbol/
Dtest_symbol.c14 NODE_API_ASSERT(env, valuetype == napi_string, in New()
/third_party/node/benchmark/napi/function_args/
Dnapi_binding.c19 assert(types[0] == napi_string); in CallWithString()
20 if (types[0] == napi_string) { in CallWithString()
/third_party/node/src/
Djs_native_api_types.h51 napi_string, enumerator
Djs_native_api_v8.cc1887 *result = napi_string; in napi_typeof()
/third_party/node/test/node-api/test_callback_scope/
Dbinding.c21 NODE_API_ASSERT(env, valuetype == napi_string, in RunInCallbackScope()
/third_party/node/test/js-native-api/test_general/
Dtest_general.c113 } else if (argument_type == napi_string) { in testNapiTypeof()
/third_party/node/test/js-native-api/test_string/
Dtest_string.c22 valuetype == napi_string, in validate_and_retrieve_single_string_arg()
/third_party/mindspore/patches/
D0003-add-js-api.patch2778 + if ((valueType != napi_object) && (valueType != napi_string) && (valueType != napi_number)) {
/third_party/node/doc/api/
Dn-api.md2195 napi_string,