Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_lazy_foreach_actuator.h118 void SetJSExecutionContext(const JSExecutionContext& context) in SetJSExecutionContext() function
H A Djs_lazy_foreach.cpp209 actuator->SetJSExecutionContext(info.GetExecutionContext()); in Create()
H A Djs_navigation_stack.h100 void SetJSExecutionContext(const JSExecutionContext& context);
H A Djs_navigation.cpp217 jsStack->SetJSExecutionContext(info.GetExecutionContext()); in Create()
H A Djs_navigation_stack.cpp421 void JSNavigationStack::SetJSExecutionContext(const JSExecutionContext& context) in SetJSExecutionContext() function in OHOS::Ace::Framework::JSNavigationStack