Home | History | Annotate | Download | only in src

Lines Matching refs:scope

84   // Closes the given scope, but lets this handle escape. See
86 inline Handle<T> EscapeFrom(v8::EscapableHandleScope* scope);
121 // After a handle scope has been created, all local handles will be
122 // allocated within that handle scope until either the handle scope is
123 // deleted or another handle scope is created. If there is already a
124 // handle scope and a new one is created, all allocations will take
125 // place in the new handle scope until it is deleted. After that,
126 // new handles will again be allocated in the original handle scope.
128 // After the handle scope of a local handle has been deleted the
131 // for which the handle scope has been deleted is undefined.
145 // Deallocates any extensions used by the current scope.
153 // created in the scope of the HandleScope) and returns
154 // a Handle backed by the parent scope holding the
172 // Close the handle scope resetting limits to a previous state.
177 // Extend the handle scope making room for more handles.