Home
last modified time | relevance | path

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

12

/foundation/arkui/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.h274 …virtual RefPtr<Component> GetNewComponentWithJsCode(const std::string& jsCode, const std::string& … in GetNewComponentWithJsCode()
279 virtual bool ExecuteJsForFastPreview(const std::string& jsCode, const std::string& viewID) in ExecuteJsForFastPreview()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
Djs_error_utils.h31 int32_t jsCode; member
Dnapi_queue.h47 int32_t jsCode = 0; member
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Djson_frontend.h161 void LoadPluginJsCode(std::string&& jsCode) const override in LoadPluginJsCode()
166 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_error_utils.cpp81 std::string jsCode; in ThrowNapiError() local
/foundation/arkui/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/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/
Ddom_mock.h117 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
118 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Ddeclarative_frontend_ng.h76 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
77 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/adapter/preview/inspector/
Djs_inspector_manager.cpp207 bool JsInspectorManager::OperateComponent(const std::string& jsCode) in OperateComponent()
296 std::string jsCode = root->GetString("jsCode", ""); in GetNewComponentWithJsCode() local
323 std::string jsCode = root->GetString("jsCode", ""); in GetNewFrameNodeWithJsCode() local
/foundation/arkui/napi/module_manager/
Dnative_module_manager.h57 const char* jsCode = nullptr; member
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
Dcard_frontend.h70 void LoadPluginJsCode(std::string&& jsCode) const override {} in LoadPluginJsCode()
71 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
Dsource_map.cpp96 std::string jsCode = sourceCode; in GetOriginalNames() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_group_js_bridge.cpp560 void JsiDeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
565 void JsiDeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<i… in LoadPluginJsByteCode()
Djsi_declarative_engine.cpp1150 shared_ptr<JsValue> jsCode = runtime->NewUndefined(); in LoadJs() local
1316 RefPtr<Component> JsiDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const … in GetNewComponentWithJsCode()
1334 bool JsiDeclarativeEngine::ExecuteJsForFastPreview(const std::string& jsCode, const std::string& vi… in ExecuteJsForFastPreview()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_group_js_bridge.cpp640 void JsiGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
645 void JsiGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& j… in LoadPluginJsByteCode()
/foundation/arkui/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/arkui/ace_engine/frameworks/bridge/js_frontend/engine/quickjs/
Dqjs_group_js_bridge.cpp130 void QuickJsGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode()
138 void QuickJsGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>… in LoadPluginJsByteCode()
/foundation/arkui/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/ability/ability_runtime/frameworks/native/runtime/
Dsource_map.cpp525 std::string jsCode = sourceCode; in GetOriginalNames() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.cpp660 RefPtr<Component> DeclarativeFrontend::GetNewComponentWithJsCode(const std::string& jsCode, const s… in GetNewComponentWithJsCode()
690 void DeclarativeFrontend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/
Dqjs_declarative_engine_instance.cpp321 bool QJSDeclarativeEngineInstance::ExecuteDocumentJS(JSValue jsCode) in ExecuteDocumentJS()
Dqjs_declarative_engine.cpp315 RefPtr<Component> QJSDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const … in GetNewComponentWithJsCode()
/foundation/arkui/ace_engine/frameworks/core/pipeline/test/pipeline_context/
Dpipeline_context_test.cpp141 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/
Dpa_backend.cpp348 void PaBackend::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLe… in LoadPluginJsByteCode()

12