Home
last modified time | relevance | path

Searched defs:abcFilePath (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp26 … CString &modulePath, CString &abcFilePath) in LoadModuleNameSpaceWithModuleInfo()
57 … const CString &moduleName, CString &abcFilePath) in LoadModuleNameSpace()
89 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName); in LoadModuleNameSpace() local
103 …ggedValue> NapiModuleLoader::LoadFilePathWithinModule(JSThread *thread, const CString& abcFilePath, in LoadFilePathWithinModule()
123 …STaggedValue> NapiModuleLoader::LoadModuleNameSpaceWithPath(JSThread *thread, CString &abcFilePath, in LoadModuleNameSpaceWithPath()
139 JSThread *thread, const CString &entryPoint, const CString &abcFilePath) in LoadModuleNameSpaceFromFile()
170 const CString &abcFilePath) in GetModuleNameSpace()
/arkcompiler/runtime_core/panda_guard/tests/unittest/configs/
Dname_cache_test_02_config.json2 "abcFilePath": "xxx", string
Dcontext_test_01_config.json2 "abcFilePath": "xxx", string
Doptions_test_05_config.json2 "abcFilePath": "xxx", string
Doptions_test_01_config.json2 "abcFilePath": "xxx", string
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/build/
Dbase_mode.ts578 const abcFilePath = path.resolve(changeFileExtension(filePathInCache, ABC_SUFFIX)); constant
626 const abcFilePath = path.resolve(changeFileExtension(filePathInCache, ABC_SUFFIX)); constant
672 const abcFilePath: string = path.resolve(changeFileExtension(filePathInCache, ABC_SUFFIX)); constant
/arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/inspect_api/enumerators/
Denumerators_test.cpp150 const char *abcFilePath, in EnumerateAllMethods()
202 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()
/arkcompiler/runtime_core/panda_guard/configs/
Dguard_options.h60 std::string abcFilePath; member
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dtypes.ts177 abcFilePath: string; property
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp477 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName); in ExecuteAbcFileWithSingletonPatternFlag() local
516 CString abcFilePath = ModulePathHelper::ConcatPandaFilePath(moduleName); in IsExecuteModuleInAbcFile() local
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dtypes.ts155 abcFilePath: string, property
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/enumerators/
Denumerators_test.cpp213 static void EnumerateAnonymousFunctions(const char *abcFilePath, TestStructType &testStruct) in EnumerateAnonymousFunctions()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp731 CString abcFilePath = fileName.c_str(); in LoadNativeModule() local