Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1215 * @tc.name: GetValueInt32
1220 HWTEST_F_L0(JSNApiTests, GetValueInt32) in HWTEST_F_L0()
1225 ASSERT_FALSE(nativeValue->GetValueInt32(isNumber)); in HWTEST_F_L0()
1227 ASSERT_FALSE(nativeValue->GetValueInt32(isNumber)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h486 int32_t GetValueInt32(bool &isNumber);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp309 int32_t JSValueRef::GetValueInt32(bool &isNumber) in GetValueInt32() function in panda::JSValueRef
327 return static_cast<uint32_t>(GetValueInt32(isNumber)); in GetValueUint32()

Completed in 18 milliseconds