Searched refs:napi_string (Results 1 – 10 of 10) sorted by relevance
| /third_party/node/test/js-native-api/test_object/ |
| D | test_object.c | 24 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/ |
| D | test_symbol.c | 14 NODE_API_ASSERT(env, valuetype == napi_string, in New()
|
| /third_party/node/benchmark/napi/function_args/ |
| D | napi_binding.c | 19 assert(types[0] == napi_string); in CallWithString() 20 if (types[0] == napi_string) { in CallWithString()
|
| /third_party/node/src/ |
| D | js_native_api_types.h | 51 napi_string, enumerator
|
| D | js_native_api_v8.cc | 1887 *result = napi_string; in napi_typeof()
|
| /third_party/node/test/node-api/test_callback_scope/ |
| D | binding.c | 21 NODE_API_ASSERT(env, valuetype == napi_string, in RunInCallbackScope()
|
| /third_party/node/test/js-native-api/test_general/ |
| D | test_general.c | 113 } else if (argument_type == napi_string) { in testNapiTypeof()
|
| /third_party/node/test/js-native-api/test_string/ |
| D | test_string.c | 22 valuetype == napi_string, in validate_and_retrieve_single_string_arg()
|
| /third_party/mindspore/patches/ |
| D | 0003-add-js-api.patch | 2778 + if ((valueType != napi_object) && (valueType != napi_string) && (valueType != napi_number)) {
|
| /third_party/node/doc/api/ |
| D | n-api.md | 2195 napi_string,
|