Home
last modified time | relevance | path

Searched defs:dirname (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_require_manager.cpp29 JSHandle<JSTaggedValue> dirname = cjsInfo.dirnameHdl; in InitializeCommonJS() local
H A Djs_cjs_module.cpp100 CString dirname; in Load() local
26 InitializeModule(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) InitializeModule() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_module.cpp60 CString dirname; in ResolveFilename() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dfile.cpp145 CString ResolveFilenameFromNative(JSThread *thread, const CString &dirname, in ResolveFilenameFromNative() argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dfile.cpp151 CString ResolveFilenameFromNative(JSThread *thread, const CString &dirname, in ResolveFilenameFromNative() argument
/arkcompiler/ets_runtime/test/regresstest/
H A Drun_regress_test.py35 from os.path import dirname, join namespace
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp136 CString dirname = base::PathHelper::ResolveDirPath(module->GetEcmaModuleFilenameString()); in HostResolveImportedModule() local

Completed in 10 milliseconds