Home
last modified time | relevance | path

Searched defs:ParseJsInteger (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h529 static bool ParseJsInteger(const JSRef<JSVal>& jsValue, T& result) in ParseJsInteger() function in OHOS::Ace::Framework::ResourceType::JSViewAbstract
H A Djs_view_abstract.cpp5988 bool JSViewAbstract::ParseJsInteger(const JSRef<JSVal>& jsValue, uint32_t& result) in ParseJsInteger() function in OHOS::OHOS::Ace::Framework::JSViewAbstract
5993 bool JSViewAbstract::ParseJsInteger(const JSRef<JSVal>& jsValue, int32_t& result) in ParseJsInteger() function in OHOS::OHOS::Ace::Framework::JSViewAbstract
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp638 bool ArkTSUtils::ParseJsInteger(const EcmaVM *vm, const Local<JSValueRef> &value, int32_t &result) in ParseJsInteger() function in OHOS::Ace::NG::ArkTSUtils
647 bool ArkTSUtils::ParseJsInteger(const EcmaVM *vm, const Local<JSValueRef> &value, uint32_t &result) in ParseJsInteger() function in OHOS::Ace::NG::ArkTSUtils

Completed in 24 milliseconds