Home | History | Annotate | Download | only in src

Lines Matching refs:HandleScope

79 // Handles are only valid within a HandleScope.
181 class HandleScope {
183 explicit inline HandleScope(Isolate* isolate);
185 inline ~HandleScope();
201 // Closes the HandleScope (invalidating all handles
202 // created in the scope of the HandleScope) and returns
212 HandleScope(const HandleScope&);
213 void operator=(const HandleScope&);
234 friend class v8::HandleScope;
267 // Seal off the current HandleScope so that new handles can only be created
268 // if a new HandleScope is entered.