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 JSAPITreeMap *Cast(ObjectHeader *object) in Cast()
34 …static void Set(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTaggedValue>…
37 static void Clear(const JSThread *thread, const JSHandle<JSAPITreeMap> &map);
39 …static JSTaggedValue Get(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTag…
41 static JSTaggedValue Delete(JSThread *thread, const JSHandle<JSAPITreeMap> &map,
44 …static bool HasKey(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTaggedVal…
47 …static bool Replace(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTaggedVa…
56 static constexpr size_t TREE_MAP_OFFSET = JSObject::SIZE;