Home
last modified time | relevance | path

Searched refs:bigIntObj (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_bigint_test.cpp314 JSHandle<JSTaggedValue> bigIntObj(bigIntHandle); in HWTEST_F_L0()
317 JSHandle<JSPrimitiveRef> jsPrimitiveRef = factory->NewJSPrimitiveRef(PrimitiveType::PRIMITIVE_BIGINT, bigIntObj); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp380 JSHandle<JSTaggedValue> bigIntObj(thread, JSTaggedValue::ToBigInt(thread, obj)); in ToBigInt()
382 return JSNApiHelper::ToLocal<BigIntRef>(bigIntObj); in ToBigInt()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp302 Local<BigIntRef> bigIntObj = BigIntRef::New(vm_, num); in HWTEST_F_L0() local
305 (void)bigIntObj->ToObject(vm_); in HWTEST_F_L0()

Completed in 26 milliseconds