Searched refs:exportsName (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/require/tests/ |
D | js_cjs_module_test.cpp | 77 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()
|
D | js_cjs_manager_test.cpp | 103 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/ |
D | js_cjs_module.cpp | 64 JSHandle<JSTaggedValue> exportsName = globalConst->GetHandledCjsExportsString(); in SearchFromModuleCache() local 66 exportsName.GetTaggedValue(), in SearchFromModuleCache()
|