Home
last modified time | relevance | path

Searched refs:ParseJsIntegerWithResource (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.h52 …static bool ParseJsIntegerWithResource(const EcmaVM* vm, const Local<JSValueRef>& jsValue, int32_t…
H A Darkts_native_select_bridge.cpp130 if (ArkTSUtils::ParseJsIntegerWithResource(vm, secondArg, value)) { in SetSelected()
H A Darkts_utils.cpp676 bool ArkTSUtils::ParseJsIntegerWithResource(const EcmaVM* vm, const Local<JSValueRef>& jsValue, int… in ParseJsIntegerWithResource() function in OHOS::Ace::NG::ArkTSUtils