Home | History | Annotate | Download | only in src

Lines Matching refs:HandleScope

51   location_ = HandleScope::CreateHandle(obj, GetIsolateForHandle(obj));
58 location_ = HandleScope::CreateHandle(obj, isolate);
70 HandleScope::HandleScope() {
81 HandleScope::HandleScope(Isolate* isolate) {
92 HandleScope::~HandleScope() {
96 void HandleScope::CloseScope() {
113 Handle<T> HandleScope::CloseAndEscape(Handle<T> handle_value) {
132 T** HandleScope::CreateHandle(T* value, Isolate* isolate) {