Home
last modified time | relevance | path

Searched defs:EcmaList (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Decma_list.h28 EcmaList() : first_(nullptr), last_(nullptr) {} in EcmaList() function
30 explicit EcmaList(T *node) : first_(node), last_(node) in EcmaList() function