Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
33 // earlier, and 0 or 2 first embedder fields. Note that the internal
35 // objects through this interface would be GC unsafe so in that case the
44 // Global handles hold handles that are independent of stack-state and can have
68 // handle. When the garbage collector recognizes that only weak global
71 // default the handle still contains a pointer to the object that is being
101 // Creates a new global handle that is alive until Destroy is called.
132 // Iterates over all handles that have embedder-assigned class ID.
135 // Iterates over all handles in the new space that have embedder-assigned
139 // Iterate over all handles in the new space that are weak, unmodified
151 // Uses the provided visitor |v| to mark handles with finalizers that are
154 // Marks handles that are phantom or have callbacks based on the predicate
161 // handles is complete but the methods may encounter handles that are
176 // Identify unmodified objects that are in weak state and marks them
344 bool operator!=(Iterator& that) { return it_ != that.it_; }