Lines Matching refs:HandleScope
21 : location_(HandleScope::GetHandle(isolate, object)) {}
40 return Handle(HandleScope::CreateHandle(isolate, object.ptr()));
82 HandleScope::HandleScope(Isolate* isolate) {
90 HandleScope::HandleScope(HandleScope&& other) V8_NOEXCEPT
97 HandleScope::~HandleScope() {
102 HandleScope& HandleScope::operator=(HandleScope&& other) V8_NOEXCEPT {
115 void HandleScope::CloseScope(Isolate* isolate, Address* prev_next,
146 Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value) {
162 Address* HandleScope::CreateHandle(Isolate* isolate, Address value) {
179 Address* HandleScope::GetHandle(Isolate* isolate, Address value) {