Home
last modified time | relevance | path

Searched refs:dirnameHdl (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_require_manager.h32 JSHandle<JSTaggedValue> dirnameHdl; member
38 filenameHdl(filename), dirnameHdl(dirname) {} in CJSInfo()
H A Djs_cjs_module.cpp126 JSHandle<JSTaggedValue> dirnameHdl = JSHandle<JSTaggedValue>::Cast(factory->NewFromUtf8(dirname)); in Load() local
127 InitializeModule(thread, module, recordNameHdl, dirnameHdl); in Load()
H A Djs_require_manager.cpp29 JSHandle<JSTaggedValue> dirname = cjsInfo.dirnameHdl; in InitializeCommonJS()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp478 cjsInfo.dirnameHdl.GetTaggedValue()); in CJSExecution()
H A Djs_function.cpp570 args[mandatoryNum] = cjsInfo->dirnameHdl.GetTaggedValue().GetRawData(); in GetArgsData()

Completed in 6 milliseconds