Home | History | Annotate | Download | only in runtime

Lines Matching refs:BaseHandleScope

836   BaseHandleScope* GetTopHandleScope() {
840 void PushHandleScope(BaseHandleScope* handle_scope) {
845 BaseHandleScope* PopHandleScope() {
846 BaseHandleScope* handle_scope = tlsPtr_.top_handle_scope;
1572 BaseHandleScope* top_handle_scope;