Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp88 if (!webviewValue) { in ParseValue()
95 webviewValue->SetType(WebJSValue::Type::BOOLEAN); in ParseValue()
96 webviewValue->SetBoolean(resultValue->ToBoolean()); in ParseValue()
98 webviewValue->SetType(WebJSValue::Type::NONE); in ParseValue()
100 webviewValue->SetType(WebJSValue::Type::STRING); in ParseValue()
101 webviewValue->SetString(resultValue->ToString()); in ParseValue()
103 webviewValue->SetType(WebJSValue::Type::DOUBLE); in ParseValue()
106 webviewValue->SetType(WebJSValue::Type::LIST); in ParseValue()
131 webviewValue->SetType(WebJSValue::Type::NONE); in ParseValue()
133 webviewValue->SetType(WebJSValue::Type::NONE); in ParseValue()
[all …]