Searched defs:dirname (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/require/ |
D | js_cjs_module.cpp | 34 … JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) in InitializeModule() 99 JSMutableHandle<JSTaggedValue> dirname(thread, JSTaggedValue::Undefined()); in Load() local
|
D | js_require_manager.cpp | 34 JSHandle<JSTaggedValue> dirname = cjsInfo.dirnameHdl; in InitializeCommonJS() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_cjs_module.cpp | 64 JSMutableHandle<JSTaggedValue> dirname(thread, JSTaggedValue::Undefined()); in ResolveFilename() local
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | file.cpp | 128 JSHandle<EcmaString> ResolveFilenameFromNative(JSThread *thread, JSTaggedValue dirname, in ResolveFilenameFromNative()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | file.cpp | 102 JSHandle<EcmaString> ResolveFilenameFromNative(JSThread *thread, JSTaggedValue dirname, in ResolveFilenameFromNative()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 317 JSMutableHandle<JSTaggedValue> dirname(thread_, JSTaggedValue::Undefined()); in CJSExecution() local
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_source_text.cpp | 131 JSHandle<EcmaString> dirname = base::PathHelper::ResolveDirPath(thread, in HostResolveImportedModule() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 23672 dirname: ac, property 63558 dirname: ac, property
|