Home
last modified time | relevance | path

Searched refs:handle_scope_data_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Disolate.h879 HandleScopeData* handle_scope_data() { return &handle_scope_data_; } in handle_scope_data()
1398 HandleScopeData handle_scope_data_; variable
Dapi.h533 HandleScopeData handle_scope_data_; local
Dapi.cc10113 handle_scope_data_ = *current; in ArchiveThread()
10130 *isolate_->handle_scope_data() = handle_scope_data_; in RestoreThread()
10160 v->VisitPointers(blocks()->last(), handle_scope_data_.next); in IterateThis()
10178 handle_scope_data_ = *current; in Iterate()
Disolate.cc2315 handle_scope_data_.Initialize(); in Throw()