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/
Djs_view_abstract.h281 static bool ParseJsInteger(const JSRef<JSVal>& jsValue, T& result) in ParseJsInteger() function
Djs_view_abstract.cpp2829 bool JSViewAbstract::ParseJsInteger(const JSRef<JSVal>& jsValue, uint32_t& result) in ParseJsInteger() function in OHOS::Ace::Framework::JSViewAbstract
2834 bool JSViewAbstract::ParseJsInteger(const JSRef<JSVal>& jsValue, int32_t& result) in ParseJsInteger() function in OHOS::Ace::Framework::JSViewAbstract
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/bindings/
Djs_view_abstract_binding.cpp931 bool JSViewAbstract::ParseJsInteger(const JSRef<JSVal>& jsValue, uint32_t& result) in ParseJsInteger() function in OHOS::Ace::Framework::JSViewAbstract
936 bool JSViewAbstract::ParseJsInteger(const JSRef<JSVal>& jsValue, int32_t& result) in ParseJsInteger() function in OHOS::Ace::Framework::JSViewAbstract