Searched defs:ParseJsInteger (Results 1 – 2 of 2) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ | ||
| D | js_view_abstract.h | 341 static bool ParseJsInteger(const JSRef<JSVal>& jsValue, T& result) in ParseJsInteger() function |
| D | js_view_abstract.cpp | 3923 bool JSViewAbstract::ParseJsInteger(const JSRef<JSVal>& jsValue, uint32_t& result) in ParseJsInteger() function in OHOS::Ace::Framework::JSViewAbstract |