Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h246 bool *lazyArray = GetLazyImportStatusArray(); in IsLazyImportModule() local
247 if (lazyArray == nullptr) { in IsLazyImportModule()
250 return lazyArray[index]; in IsLazyImportModule()