Home
last modified time | relevance | path

Searched defs:jsCode (Results 1 – 25 of 28) sorted by relevance

12

/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/common/
Dgroup_js_bridge.h43 virtual void LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode()
45 …virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen)… in LoadPluginJsByteCode()
Djs_engine.h219 virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode) in GetNewComponentWithJsCode()
/foundation/ace/ace_engine/frameworks/core/components/test/json/
Djson_frontend.h156 void LoadPluginJsCode(std::string&& jsCode) const override in LoadPluginJsCode()
161 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/ace/ace_engine_lite/frameworks/src/core/context/
Djs_app_context.cpp83 char *jsCode = EvaluateFile(isSnapshotMode, contentLength, fullPath, fullPathLength); in Eval() local
146 char *jsCode = ReadFile(fullPath, outLength, isSnapshotMode); in EvaluateFile() local
/foundation/ace/napi/module_manager/
Dnative_module_manager.h51 const char* jsCode = nullptr; member
/foundation/ace/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_mock.h121 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
122 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/adapter/preview/inspector/
Djs_inspector_manager.cpp198 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent()
249 std::string jsCode = root->GetString("jsCode", ""); in GetNewComponentWithJsCode() local
/foundation/ace/ace_engine/frameworks/bridge/card_frontend/
Dcard_frontend.h62 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
63 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp565 void JsiDeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
570 void JsiDeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<i… in LoadPluginJsByteCode()
Djsi_declarative_engine.cpp1154 shared_ptr<JsValue> jsCode = runtime->NewUndefined(); in LoadJs() local
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_group_js_bridge.cpp562 void JsiGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
567 void JsiGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& j… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/v8/
Dv8_group_js_bridge.cpp680 void V8GroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
694 void V8GroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& js… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/
Dqjs_group_js_bridge.cpp131 void QuickJsGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
139 void QuickJsGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/v8/
Dv8_declarative_group_js_bridge.cpp857 void V8DeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
871 void V8DeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<in… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.cpp603 void DeclarativeFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&… in LoadPluginJsByteCode()
849 RefPtr<Component> DeclarativeFrontend::GetNewComponentWithJsCode(const std::string& jsCode) in GetNewComponentWithJsCode()
Dfrontend_delegate_declarative.cpp406 std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/
Dqjs_declarative_engine.cpp241 RefPtr<Component> QJSDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode) in GetNewComponentWithJsCode()
Dqjs_declarative_engine_instance.cpp321 bool QJSDeclarativeEngineInstance::ExecuteDocumentJS(JSValue jsCode) in ExecuteDocumentJS()
/foundation/ace/ace_engine/frameworks/core/pipeline/test/unittest/context/
Dpipeline_context_test.cpp171 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/adapter/ohos/entrance/pa_engine/
Dbackend_delegate_impl.cpp210 void BackendDelegateImpl::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&… in LoadPluginJsByteCode()
Dpa_backend.cpp385 void PaBackend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLe… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/
Djs_frontend.cpp560 void JsFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeL… in LoadPluginJsByteCode()
Dfrontend_delegate_impl.cpp333 void FrontendDelegateImpl::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>… in LoadPluginJsByteCode()
/foundation/ace/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend.cpp546 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsC… in LoadPluginJsByteCode()
Dplugin_frontend_delegate.cpp369 std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()

12