Lines Matching refs:Module
23 TQ_OBJECT_CONSTRUCTORS_IMPL(Module)
27 NEVER_READ_ONLY_SPACE_IMPL(Module)
38 struct Module::Hash {
39 V8_INLINE size_t operator()(Module const& module) const {
82 V8_INLINE size_t operator()(Handle<Module> module) const {
88 V8_INLINE bool operator()(Handle<Module> lhs, Handle<Module> rhs) const {
94 : public std::unordered_set<Handle<Module>, ModuleHandleHash,
96 ZoneAllocator<Handle<Module>>> {
99 : std::unordered_set<Handle<Module>, ModuleHandleHash, ModuleHandleEqual,
100 ZoneAllocator<Handle<Module>>>(
102 ZoneAllocator<Handle<Module>>(zone)) {}