Lines Matching refs:scope
89 // Closes the given scope, but lets this handle escape. See
91 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
99 // After a handle scope has been created, all local handles will be
100 // allocated within that handle scope until either the handle scope is
101 // deleted or another handle scope is created. If there is already a
102 // handle scope and a new one is created, all allocations will take
103 // place in the new handle scope until it is deleted. After that,
104 // new handles will again be allocated in the original handle scope.
106 // After the handle scope of a local handle has been deleted the
109 // for which the handle scope has been deleted is undefined.
124 // Deallocates any extensions used by the current scope.
132 // created in the scope of the HandleScope) and returns
133 // a Handle backed by the parent scope holding the
153 // Extend the handle scope making room for more handles.