Home | History | Annotate | Download | only in samples

Lines Matching refs:scope

148   HandleScope scope(args.GetIsolate());
158 // Create a handle scope to hold the temporary references.
177 Context::Scope context_scope(context);
260 // Create a handle scope to keep the temporary object references.
268 Context::Scope context_scope(context);
313 // Handle scope for temporary handles.
335 // Return the result through the current handle scope. Since each
336 // of these handles will go away when the handle scope is deleted
338 // outer handle scope.
408 // Again, return the result through the current handle scope.
422 // Handle scope for temporary handles.
444 // Return the result through the current handle scope. Since each
445 // of these handles will go away when the handle scope is deleted
447 // outer handle scope.
531 // Again, return the result through the current handle scope.
655 HandleScope scope(isolate);