Home
last modified time | relevance | path

Searched refs:exportLocalNameHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp186 JSHandle<JSTaggedValue> exportLocalNameHandle = in HWTEST_F_L0() local
191 exportLocalNameHandle, LocalExportEntry::LOCAL_DEFAULT_INDEX); in HWTEST_F_L0()
196 moduleExport->StoreModuleValue(thread, exportLocalNameHandle, exportValueHandle); in HWTEST_F_L0()
199 moduleExport->GetModuleValue(thread, exportLocalNameHandle.GetTaggedValue(), false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp577 JSHandle<JSTaggedValue> exportLocalNameHandle = in CollectExportIndexs() local
586 !JSTaggedValue::SameValue(localName, exportLocalNameHandle)) { in CollectExportIndexs()