Lines Matching defs:handle1
10756 v8::Persistent<v8::Object> handle1, handle2;
10760 handle1 = v8::Persistent<v8::Object>::New(v8::Object::New());
10767 handle1.MakeWeak(NULL, NewPersistentHandleCallback);
10785 v8::Persistent<v8::Object> handle1, handle2;
10788 handle1 = v8::Persistent<v8::Object>::New(v8::Object::New());
10791 handle1.MakeWeak(NULL, DisposeAndForceGcCallback);
10810 v8::Persistent<v8::Object> handle1, handle2, handle3;
10815 handle1 = v8::Persistent<v8::Object>::New(v8::Object::New());