Home
last modified time | relevance | path

Searched defs:arkJSRuntime (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
Djsi_pa_engine.cpp290 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime_); in InitJsEnv() local
477 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in LoadJs() local
619 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in CallFunc() local
683 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in CallFuncWithDefaultThis() local
747 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in CallFunc() local
805 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in CallAsyncFunc() local
917 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in Insert() local
976 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in Call() local
1024 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in BatchInsert() local
1074 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in Query() local
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_base_utils.cpp558 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in ReportJsErrorEvent() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_engine.cpp847 auto arkJSRuntime = std::static_pointer_cast<ArkJSRuntime>(runtime); in GetContextValue() local