Home | History | Annotate | Download | only in src

Lines Matching refs:scope

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