Searched refs:napi_get_array_length (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/test/js-native-api/test_array/ |
| D | test_array.c | 38 NODE_API_CALL(env, napi_get_array_length(env, array, &length)); in TestGetElement() 139 NODE_API_CALL(env, napi_get_array_length(env, args[0], &length)); in New()
|
| /third_party/node/benchmark/napi/define_properties/ |
| D | binding.c | 37 NODE_API_CALL(napi_get_array_length(env, argv[1], &array_length)); in Runner()
|
| /third_party/node/benchmark/napi/function_args/ |
| D | napi_binding.c | 50 status = napi_get_array_length(env, array, &length); in CallWithArray()
|
| /third_party/node/src/ |
| D | js_native_api.h | 236 NAPI_EXTERN napi_status napi_get_array_length(napi_env env,
|
| D | js_native_api_v8.cc | 1448 napi_status NAPI_CDECL napi_get_array_length(napi_env env, in napi_get_array_length() function
|
| /third_party/node/test/js-native-api/test_object/ |
| D | test_object.c | 438 NODE_API_CALL(env, napi_get_array_length(env, propertynames, &length)); in Inflate()
|
| /third_party/mindspore/patches/ |
| D | 0003-add-js-api.patch | 1881 + status = napi_get_array_length(env, item, &array_length); 1927 + status = napi_get_array_length(env, item, &array_length); 1956 + auto status = napi_get_array_length(env, value, &array_length); 3619 + status = napi_get_array_length(env, argv[PARAM0], &array_length); 3695 + status = napi_get_array_length(env, argv[PARAM1], &dims_size); 3714 + status = napi_get_array_length(env, dim_element, &dim_size); 3840 + napi_status status = napi_get_array_length(env, argv, &array_length); 4080 + status = napi_get_array_length(env, argv[PARAM0], &array_length);
|
| /third_party/node/doc/api/ |
| D | n-api.md | 3048 #### `napi_get_array_length` 3056 napi_status napi_get_array_length(napi_env env, 4302 iterate over `result` using [`napi_get_array_length`][] 4337 that represent the property names of the object. [`napi_get_array_length`][] 6548 [`napi_get_array_length`]: #napi_get_array_length hashtag
|