Home
last modified time | relevance | path

Searched defs:CreateBigInt (Results 1 – 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/runtime_test/
Dmock_js_native_engine.h71 NativeValue* CreateBigInt(int64_t value) override in CreateBigInt() function
76 NativeValue* CreateBigInt(uint64_t value) override in CreateBigInt() function
/foundation/ability/ability_runtime/test/unittest/ability_runtime_error_util_test/
Dmock_native_engine.h68 NativeValue* CreateBigInt(int64_t value) override in CreateBigInt() function
73 NativeValue* CreateBigInt(uint64_t value) override in CreateBigInt() function
/foundation/arkui/napi/native_engine/impl/ark/
Dark_native_engine.cpp445 NativeValue* ArkNativeEngine::CreateBigInt(int64_t value) in CreateBigInt() function in ArkNativeEngine
450 NativeValue* ArkNativeEngine::CreateBigInt(uint64_t value) in CreateBigInt() function in ArkNativeEngine