Home
last modified time | relevance | path

Searched refs:libraryPath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h93 const char *libraryPath; member
Djsnapi.h1275 const char *libraryPath; member
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp560 debugOption.libraryPath = option.libraryPath; in StartProfiler()
Djsnapi.cpp435 if (option.libraryPath == nullptr) { in StartDebugger()
438 auto handle = panda::os::library_loader::Load(std::string(option.libraryPath)); in StartDebugger()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js40454 t.importBase = t.libraryPath;