Searched defs:abcFilePath (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | napi_module_loader.cpp | 25 CString &modulePath, CString &abcFilePath) in LoadModuleNameSpaceWithModuleInfo() 51 const CString& moduleName, CString& abcFilePath) in LoadModuleNameSpace() 76 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName); in LoadModuleNameSpace() local 85 …ggedValue> NapiModuleLoader::LoadFilePathWithinModule(JSThread *thread, const CString& abcFilePath, in LoadFilePathWithinModule() 101 …STaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithPath(JSThread *thread, CString &abcFilePath, in LoadModuleNameSpaceWithPath() 116 JSThread *thread, const CString &entryPoint, const CString &abcFilePath) in LoadModuleNameSpaceFromFile() 143 const CString &abcFilePath) in GetModuleNameSpace()
|
| /arkcompiler/runtime_core/panda_guard/tests/unittest/configs/ |
| D | name_cache_test_02_config.json | 2 "abcFilePath": "xxx", string
|
| D | context_test_01_config.json | 2 "abcFilePath": "xxx", string
|
| D | options_test_05_config.json | 2 "abcFilePath": "xxx", string
|
| D | options_test_01_config.json | 2 "abcFilePath": "xxx", string
|
| /arkcompiler/runtime_core/panda_guard/configs/ |
| D | guard_options.h | 51 std::string abcFilePath; member
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/inspect_api/enumerators/ |
| D | enumerators_test.cpp | 150 const char *abcFilePath, in EnumerateAllMethods() 202 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 476 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName); in ExecuteAbcFileWithSingletonPatternFlag() local 515 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName); in IsExecuteModuleInAbcFile() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/enumerators/ |
| D | enumerators_test.cpp | 213 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 733 CString abcFilePath = fileName.c_str(); in LoadNativeModule() local
|