Home
last modified time | relevance | path

Searched refs:Uint32Value (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefuint32value_fuzzer/
Djsvaluerefuint32value_fuzzer.cpp45 targetUInt->Uint32Value(vm); in JSValueRefUint32ValueFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/integerrefnewvalue_fuzzer/
Dintegerrefnewvalue_fuzzer.cpp46 targetUInt->Uint32Value(vm); in IntegerRefNewValueFuzzTest()
/arkcompiler/runtime_core/arkplatform/tests/
Djsnapi_test.cpp56 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp116 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
Djsnapi_first_tests.cpp116 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
452 ASSERT_EQ(toString->Uint32Value(vm_), 4294967173U); // 4294967173 : test case of input in HWTEST_F_L0()
Djsnapi_second_tests.cpp116 ASSERT_EQ(obj->Uint32Value(vm_), val); in TestNumberRef()
Djsnapi_sample.cpp114 … << "sample_primitive_NumberRef_puint32tObject_Uint32Value : " << puint32tObject->Uint32Value(vm_); in HWTEST_F_L0()
Dffi_workload.cpp2227 uint32_t ui = targetUInt->Uint32Value(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h389 uint32_t Uint32Value(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp283 uint32_t JSValueRef::Uint32Value(const EcmaVM *vm) in Uint32Value() function in panda::JSValueRef