Lines Matching full:handles
41 // Handles are only valid within a HandleScope.
97 // Handles of different classes are allowed to access each other's location_.
120 // A stack-allocated class that governs a number of local handles.
121 // After a handle scope has been created, all local handles will be
126 // new handles will again be allocated in the original handle scope.
138 // Counts the number of allocated handles.
152 // Closes the HandleScope (invalidating all handles
177 // Extend the handle scope making room for more handles.
181 // Zaps the handles in the half-open interval [start, end).
198 // The DeferredHandles object returned stores the Handles created
199 // since the creation of this DeferredHandleScope. The Handles are
339 // Seal off the current HandleScope so that new handles can only be created