/ohos5.0/docs/zh-cn/application-dev/napi/ |
H A D | use-napi-about-bigint.md | 19 | napi_create_bigint_int64 | 用于创建64位带符号整数(int64)的BigInt对象的函数。 | 31 ### napi_create_bigint_int64 subsection 46 napi_create_bigint_int64(env, value, &returnValue); 64 hilog.info(0x0000, 'testTag', 'Test Node-API napi_create_bigint_int64: %{public}d', testNapi.create…
|
H A D | napi-data-types-interfaces.md | 418 | napi_create_bigint_int64 | 通过一个C的int64数据创建JS BigInt。 |
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-bigint.md | 19 | napi_create_bigint_int64 | Creates an ArkTS BigInt object from a signed 64-bit integer in C/C++.| 31 ### napi_create_bigint_int64 subsection 33 Use **napi_create_bigint_int64** to create an ArkTS BigInt object from a signed 64-bit integer in C… 46 napi_create_bigint_int64(env, value, &returnValue); 64 hilog.info(0x0000, 'testTag', 'Test Node-API napi_create_bigint_int64: %{public}d', testNapi.create…
|
H A D | napi-data-types-interfaces.md | 401 | napi_create_bigint_int64 | Creates a JS BigInt from C int64 data.|
|
/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_napi_ext.cpp | 246 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result)); 257 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result)); 268 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result));
|
H A D | test_napi.cpp | 2785 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &result)); 3216 ASSERT_CHECK_CALL(napi_create_bigint_int64(env, testValue, &argument)); 6356 napi_status status = napi_create_bigint_int64(env, value, result); 6410 napi_create_bigint_int64(env, testValue, &value); 6423 napi_create_bigint_int64(env, testValue, &value);
|
/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | js_test_bigint_napi.cpp | 63 NAPI_CALL(env, napi_create_bigint_int64(env, input, &output)); in BigInt64()
|
H A D | test_napi.cpp | 853 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 994 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1023 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1049 ret = napi_create_bigint_int64(nullptr, testValue, &result); 1073 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1100 ret = napi_create_bigint_int64(env, testValue, nullptr); 1125 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1154 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1213 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); 1242 ExpectCheckCall(napi_create_bigint_int64(env, testValue, &result)); [all …]
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/ |
H A D | n_val.cpp | 287 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_value.cpp | 288 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
|
/ohos5.0/foundation/filemanagement/file_api/utils/filemgmt_libn/src/ |
H A D | n_val.cpp | 314 napi_create_bigint_int64(env, val, &res); in CreateBigInt64()
|
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/ |
H A D | napi.md | 152 |FUNC|napi_create_bigint_int64|通过一个C的`int64`数据创建js `BigInt`。|10|
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/ |
H A D | napi_hisysevent_util.cpp | 958 napi_status status = napi_create_bigint_int64(env, value, &ret); in CreateHiSysEventInfoJsObject()
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 152 |FUNC|napi_create_bigint_int64|Creates a JS BigInt from C int64 data.|10|
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 3351 NAPI_EXTERN napi_status napi_create_bigint_int64(napi_env env, int64_t value, napi_value* result) in napi_create_bigint_int64() function
|