Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h557 bool HasExportIndexToRecord(const CString &recordName, uint32_t index) const in HasExportIndexToRecord() function
Dbytecode_info_collector.cpp666 if (bytecodeInfo_.HasExportIndexToRecord(resolvedRecord, bindingIndex)) { in CollectRecordImportInfo()