Searched defs:HandleScope (Results 1 – 4 of 4) sorted by relevance
24 inline HandleScope<T>::HandleScope(ManagedThread *thread) : thread_(thread) in HandleScope() function34 inline HandleScope<T>::HandleScope(ManagedThread *thread, T value) : thread_(thread) in HandleScope() function
28 class HandleScope; variable77 friend class HandleScope<T>; variable
27 class HandleScope; variable
63 class HandleScope; variable