/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | js_environment_impl.h | 32 bool isBundle = true;
member
|
/foundation/arkui/napi/test/fuzztest/runscriptbuffer_fuzzer/ |
H A D | runscriptbuffer_fuzzer.cpp | 37 void RunScriptBuffer(const char* path, std::vector<uint8_t>& buffer, bool isBundle) in RunScriptBuffer() argument 42 void RunScriptBuffer(const std::string& path, uint8_t* buffer, size_t size, bool isBundle) in RunScriptBuffer() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | runtime.h | 51 bool isBundle = true; member
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | form_frontend_declarative.h | 137 void SetIsBundle(bool isBundle) in SetIsBundle() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 128 InitializeModuleSearcher(const std::string& bundleName, const std::string& moduleName, const std::string& assetPath, bool isBundle) InitializeModuleSearcher() argument
|
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/ |
H A D | js_environment.cpp | 165 bool JsEnvironment::LoadScript(const std::string& path, std::vector<uint8_t>* buffer, bool isBundle)
in LoadScript() argument 253 bool JsEnvironment::LoadScript(const std::string& path, uint8_t* buffer, size_t len, bool isBundle)
in LoadScript() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.h | 136 void SetBundle(bool isBundle) in SetBundle() argument
|
H A D | jsi_base_utils.cpp | 524 GetSourceInfo(const std::string& line, const std::string& column, const RefPtr<RevSourceMap>& pageMap, const RefPtr<RevSourceMap>& appMap, bool isAppPage, const AceType* data, const bool isBundle) GetSourceInfo() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 466 InitializeModuleSearcher( const std::string& bundleName, const std::string& moduleName, const std::string assetPath, bool isBundle) InitializeModuleSearcher() argument
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.cpp | 235 bool isBundle = (compileMode != "esmodule"); in InitializeAppConfig() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 487 bool HexagonMCInstrInfo::isBundle(MCInst const &MCI) { in isBundle() function in HexagonMCInstrInfo [all...] |
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 517 bool JsRuntime::LoadScript(const std::string& path, std::vector<uint8_t>* buffer, bool isBundle) in LoadScript() argument 524 bool JsRuntime::LoadScript(const std::string& path, uint8_t* buffer, size_t len, bool isBundle, in LoadScript() argument
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 2502 napi_value ArkNativeEngine::RunScriptBuffer(const char* path, std::vector<uint8_t>& buffer, bool isBundle) in RunScriptBuffer() argument 2527 bool ArkNativeEngine::RunScriptBuffer(const std::string& path, uint8_t* buffer, size_t size, bool isBundle) in RunScriptBuffer() argument
|