Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_treeset.h74 static Span<const base::BuiltinFunctionEntry> GetTreeSetPrototypeFunctions() in GetTreeSetPrototypeFunctions() function
Dcontainers_private.cpp521 … for (const base::BuiltinFunctionEntry &entry: ContainersTreeSet::GetTreeSetPrototypeFunctions()) { in InitializeTreeSet()