Searched defs:EcmaList (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | ecma_list.h | 26 class EcmaList { class 28 EcmaList() : first_(nullptr), last_(nullptr) {} in EcmaList() function in panda::ecmascript::EcmaList 30 explicit EcmaList(T *node) : first_(node), last_(node) in EcmaList() function in panda::ecmascript::EcmaList |
Completed in 1 milliseconds