Searched refs:ParseJsIntegerWithResource (Results 1 – 3 of 3) sorted by relevance
52 …static bool ParseJsIntegerWithResource(const EcmaVM* vm, const Local<JSValueRef>& jsValue, int32_t…
130 if (ArkTSUtils::ParseJsIntegerWithResource(vm, secondArg, value)) { in SetSelected()
676 bool ArkTSUtils::ParseJsIntegerWithResource(const EcmaVM* vm, const Local<JSValueRef>& jsValue, int… in ParseJsIntegerWithResource() function in OHOS::Ace::NG::ArkTSUtils