Searched refs:JSWeakMap (Results 1 – 15 of 15) sorted by relevance
115 class JSWeakMap : public TorqueGeneratedJSWeakMap<JSWeakMap, JSWeakCollection> {118 DECL_PRINTER(JSWeakMap)119 DECL_VERIFIER(JSWeakMap)122 TQ_OBJECT_CONSTRUCTORS(JSWeakMap)
28 TQ_OBJECT_CONSTRUCTORS_IMPL(JSWeakMap) in TQ_OBJECT_CONSTRUCTORS_IMPL()
19 extern class JSWeakMap extends JSWeakCollection {}
180 V(JSWeakMap) \
2422 return JSWeakMap::kHeaderSize; in GetHeaderSize()
21 class JSWeakMap; variable56 i::Handle<i::JSWeakMap> host_info_map_;
59 class JSWeakMap; variable586 Handle<JSWeakMap> NewJSWeakMap();
2701 Handle<JSWeakMap> Factory::NewJSWeakMap() { in NewJSWeakMap()2704 Handle<JSWeakMap> weakmap(JSWeakMap::cast(*NewJSObjectFromMap(map)), in NewJSWeakMap()
1284 void JSWeakMap::JSWeakMapVerify(Isolate* isolate) { in JSWeakMapVerify()
1450 void JSWeakMap::JSWeakMapPrint(std::ostream& os) { in JSWeakMapPrint()
74 class JSWeakMap; variable
1066 ExtractJSWeakCollectionReferences(entry, JSWeakMap::cast(obj)); in ExtractReferences()
511 return JSWeakMap::kTableOffset; in GetTableOffset()
3697 isolate_, global, "WeakMap", JS_WEAK_MAP_TYPE, JSWeakMap::kHeaderSize, in InitializeGlobal()
3650 VALUE_IS_SPECIFIC_TYPE(WeakMap, JSWeakMap)