Lines Matching defs:handle2
10756 v8::Persistent<v8::Object> handle1, handle2;
10761 handle2 = v8::Persistent<v8::Object>::New(v8::Object::New());
10768 handle2.Dispose();
10785 v8::Persistent<v8::Object> handle1, handle2;
10789 handle2 = v8::Persistent<v8::Object>::New(v8::Object::New());
10792 to_be_disposed = handle2;
10810 v8::Persistent<v8::Object> handle1, handle2, handle3;
10814 handle2 = v8::Persistent<v8::Object>::New(v8::Object::New());
10817 handle2.MakeWeak(NULL, DisposingCallback);