Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.cpp115 JSRef<JSObject> dic = JSRef<JSObject>::Cast(resultValue); in ParseValue() local
116 auto names = dic->GetPropertyNames(); in ParseValue()
122 JSRef<JSVal> property = dic->GetProperty(key->ToString().c_str()); in ParseValue()