Home
last modified time | relevance | path

Searched refs:exportsName (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/tests/
Djs_cjs_module_test.cpp77 JSHandle<JSTaggedValue> exportsName = globalConst->GetHandledCjsExportsString(); in HWTEST_F_L0() local
78 SlowRuntimeStub::StObjByName(thread, module1.GetTaggedValue(), exportsName.GetTaggedValue(), in HWTEST_F_L0()
80 SlowRuntimeStub::StObjByName(thread, module2.GetTaggedValue(), exportsName.GetTaggedValue(), in HWTEST_F_L0()
115 JSHandle<JSTaggedValue> exportsName = globalConst->GetHandledCjsExportsString(); in HWTEST_F_L0() local
116 SlowRuntimeStub::StObjByName(thread, module.GetTaggedValue(), exportsName.GetTaggedValue(), in HWTEST_F_L0()
Djs_cjs_manager_test.cpp103 JSHandle<JSTaggedValue> exportsName = globalConst->GetHandledCjsExportsString(); in HWTEST_F_L0() local
104 SlowRuntimeStub::StObjByName(thread, module2.GetTaggedValue(), exportsName.GetTaggedValue(), in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp64 JSHandle<JSTaggedValue> exportsName = globalConst->GetHandledCjsExportsString(); in SearchFromModuleCache() local
66 exportsName.GetTaggedValue(), in SearchFromModuleCache()