| /foundation/arkui/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 | 274 …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/ |
| D | js_error_utils.h | 31 int32_t jsCode; member
|
| D | napi_queue.h | 47 int32_t jsCode = 0; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
| D | json_frontend.h | 161 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/ |
| D | js_error_utils.cpp | 81 std::string jsCode; in ThrowNapiError() local
|
| /foundation/arkui/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/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/ |
| D | dom_mock.h | 117 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/ |
| D | declarative_frontend_ng.h | 76 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/ |
| D | js_inspector_manager.cpp | 207 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/ |
| D | native_module_manager.h | 57 const char* jsCode = nullptr; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
| D | card_frontend.h | 70 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/ |
| D | source_map.cpp | 96 std::string jsCode = sourceCode; in GetOriginalNames() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_declarative_group_js_bridge.cpp | 560 void JsiDeclarativeGroupJsBridge::LoadPluginJsCode(std::string&& jsCode) in LoadPluginJsCode() 565 void JsiDeclarativeGroupJsBridge::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<i… in LoadPluginJsByteCode()
|
| D | jsi_declarative_engine.cpp | 1129 shared_ptr<JsValue> jsCode = runtime->NewUndefined(); in LoadJs() local 1290 RefPtr<Component> JsiDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const … in GetNewComponentWithJsCode() 1308 bool JsiDeclarativeEngine::ExecuteJsForFastPreview(const std::string& jsCode, const std::string& vi… in ExecuteJsForFastPreview()
|
| /foundation/arkui/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/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| D | jsi_group_js_bridge.cpp | 640 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/quickjs/ |
| D | qjs_group_js_bridge.cpp | 130 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/ |
| 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/ability/ability_runtime/frameworks/native/runtime/ |
| D | source_map.cpp | 527 std::string jsCode = sourceCode; in GetOriginalNames() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| D | declarative_frontend.cpp | 660 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/core/pipeline/test/pipeline_context/ |
| D | pipeline_context_test.cpp | 141 …void LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&& jsCodeLen) const o… in LoadPluginJsByteCode()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/quickjs/ |
| D | qjs_declarative_engine.cpp | 315 RefPtr<Component> QJSDeclarativeEngine::GetNewComponentWithJsCode(const std::string& jsCode, const … in GetNewComponentWithJsCode()
|
| D | qjs_declarative_engine_instance.cpp | 321 bool QJSDeclarativeEngineInstance::ExecuteDocumentJS(JSValue jsCode) in ExecuteDocumentJS()
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/ |
| D | backend_delegate_impl.cpp | 207 void BackendDelegateImpl::LoadPluginJsByteCode(std::vector<uint8_t>&& jsCode, std::vector<int32_t>&… in LoadPluginJsByteCode()
|