| /foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| D | group_js_bridge.h | 43 virtual void LoadPluginJsCode(std::string&& jsCode) {} in LoadPluginJsCode() 45 …virtual void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen)… in LoadPluginJsByteCode()
|
| D | js_engine.h | 219 virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode) in GetNewComponentWithJsCode()
|
| /foundation/ace/ace_engine/frameworks/core/components/test/json/ |
| D | json_frontend.h | 156 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/ |
| D | js_app_context.cpp | 83 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/ |
| D | native_module_manager.h | 51 const char* jsCode = nullptr; member
|
| /foundation/ace/ace_engine/frameworks/bridge/test/unittest/jsfrontend/ |
| D | dom_mock.h | 121 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/ |
| D | js_inspector_manager.cpp | 198 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/ |
| D | card_frontend.h | 62 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/ |
| D | jsi_declarative_group_js_bridge.cpp | 565 void JsiDeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode() 570 void JsiDeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<i… in LoadPluginJsByteCode()
|
| D | jsi_declarative_engine.cpp | 1154 shared_ptr<JsValue> jsCode = runtime->NewUndefined(); in LoadJs() local
|
| /foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | jsi_group_js_bridge.cpp | 562 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/ |
| D | v8_group_js_bridge.cpp | 680 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/ |
| D | qjs_group_js_bridge.cpp | 131 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/ |
| D | v8_declarative_group_js_bridge.cpp | 857 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/ |
| D | declarative_frontend.cpp | 603 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()
|
| D | frontend_delegate_declarative.cpp | 406 std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
|
| /foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/ |
| D | qjs_declarative_engine.cpp | 241 RefPtr<Component> QJSDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode) in GetNewComponentWithJsCode()
|
| D | qjs_declarative_engine_instance.cpp | 321 bool QJSDeclarativeEngineInstance::ExecuteDocumentJS(JSValue jsCode) in ExecuteDocumentJS()
|
| /foundation/ace/ace_engine/frameworks/core/pipeline/test/unittest/context/ |
| D | pipeline_context_test.cpp | 171 …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/ |
| D | backend_delegate_impl.cpp | 210 void BackendDelegateImpl::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&… in LoadPluginJsByteCode()
|
| D | pa_backend.cpp | 385 void PaBackend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLe… in LoadPluginJsByteCode()
|
| /foundation/ace/ace_engine/frameworks/bridge/js_frontend/ |
| D | js_frontend.cpp | 560 void JsFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeL… in LoadPluginJsByteCode()
|
| D | frontend_delegate_impl.cpp | 333 void FrontendDelegateImpl::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>… in LoadPluginJsByteCode()
|
| /foundation/ace/ace_engine/frameworks/bridge/plugin_frontend/ |
| D | plugin_frontend.cpp | 546 void PluginFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsC… in LoadPluginJsByteCode()
|
| D | plugin_frontend_delegate.cpp | 369 std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const in LoadPluginJsByteCode()
|