Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_dynamic_component.cpp70 auto dynamicComponentArg = JSRef<JSObject>::Cast(info[0]); in Create() local
71 auto hapPathValue = dynamicComponentArg->GetProperty("hapPath"); in Create()
72 auto abcPathValue = dynamicComponentArg->GetProperty("abcPath"); in Create()
73 auto entryPointValue = dynamicComponentArg->GetProperty("entryPoint"); in Create()
82 auto jsWorker = dynamicComponentArg->GetProperty("worker"); in Create()