Home
last modified time | relevance | path

Searched refs:Uint32Value (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefuint32value_fuzzer/
H A Djsvaluerefuint32value_fuzzer.cpp45 targetUInt->Uint32Value(vm); in JSValueRefUint32ValueFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/integerrefnewvalue_fuzzer/
H A Dintegerrefnewvalue_fuzzer.cpp46 targetUInt->Uint32Value(vm); in IntegerRefNewValueFuzzTest()
/arkcompiler/runtime_core/arkplatform/tests/
H A Djsnapi_test.cpp56 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp121 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
1212 // Test that Uint32Value and Int32Value should transition to Running if needed. in HWTEST_F_L0()
1214 uint32_t res = obj->Uint32Value(vm_); in HWTEST_F_L0()
H A Djsnapi_sendable_tests.cpp77 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
H A Djsnapi_first_tests.cpp124 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
484 ASSERT_EQ(toString->Uint32Value(vm_), 4294967173U); // 4294967173 : test case of input in HWTEST_F_L0()
H A Djsnapi_second_tests.cpp130 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
H A Djsnapi_sample.cpp114 GTEST_LOG_(INFO) << "sample_primitive_NumberRef_puint32tObject_Uint32Value : " << puint32tObject->Uint32Value(vm_); in HWTEST_F_L0()
H A Dffi_workload.cpp2228 uint32_t ui = targetUInt->Uint32Value(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h483 uint32_t Uint32Value(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp262 uint32_t JSValueRef::Uint32Value(const EcmaVM *vm) in Uint32Value() function in panda::JSValueRef

Completed in 42 milliseconds