Searched defs:JSWeakMap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects.h54 // - JSWeakMap
962 V(JSWeakMap) \
9796 // Base class for both JSWeakMap and JSWeakSet
9814 // The JSWeakMap describes EcmaScript Harmony weak maps
9815 class JSWeakMap: public JSWeakCollection { class in class:v8::internal::String::FlatContent
9817 DECLARE_CAST(JSWeakMap)
9820 DECLARE_PRINTER(JSWeakMap)
9821 DECLARE_VERIFIER(JSWeakMap)
9824 DISALLOW_IMPLICIT_CONSTRUCTORS(JSWeakMap);

Completed in 79 milliseconds