Lines Matching +full:non +full:- +full:static
7 * http://www.apache.org/licenses/LICENSE-2.0
20 #include "js_tagged_value-inl.h"
24 * Provide the object of non ECMA standard jsapi container.
29 static JSAPITreeSet *Cast(ObjectHeader *object) in Cast()
34 …static void Add(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTaggedValue>…
36 static void Clear(const JSThread *thread, const JSHandle<JSAPITreeSet> &set);
38 …static bool Delete(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTaggedVal…
40 …static bool Has(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTaggedValue>…
42 static JSTaggedValue PopFirst(JSThread *thread, const JSHandle<JSAPITreeSet> &set);
43 static JSTaggedValue PopLast(JSThread *thread, const JSHandle<JSAPITreeSet> &set);
51 static constexpr size_t TREE_SET_OFFSET = JSObject::SIZE;