HomeSort by relevance Sort by last modified time
    Searched refs:OpaqueJSWeakObjectMap (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
JSWeakObjectMapRefInternal.h 38 typedef void (*JSWeakMapDestroyedCallback)(struct OpaqueJSWeakObjectMap*, void*);
42 struct OpaqueJSWeakObjectMap : public RefCounted<OpaqueJSWeakObjectMap> {
44 static PassRefPtr<OpaqueJSWeakObjectMap> create(void* data, JSWeakMapDestroyedCallback callback)
46 return adoptRef(new OpaqueJSWeakObjectMap(data, callback));
51 ~OpaqueJSWeakObjectMap()
57 OpaqueJSWeakObjectMap(void* data, JSWeakMapDestroyedCallback callback)
JSWeakObjectMapRefPrivate.h 37 typedef struct OpaqueJSWeakObjectMap* JSWeakObjectMapRef;
JSWeakObjectMapRefPrivate.cpp 48 RefPtr<OpaqueJSWeakObjectMap> map = OpaqueJSWeakObjectMap::create(privateData, callback);
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 58 typedef HashSet<RefPtr<OpaqueJSWeakObjectMap> > WeakMapSet;
247 void registerWeakMap(OpaqueJSWeakObjectMap* map)
252 void deregisterWeakMap(OpaqueJSWeakObjectMap* map)

Completed in 1067 milliseconds