Lines Matching defs:handle1
13539 CopyableObject handle1;
13542 handle1.Reset(isolate, v8::Object::New(isolate));
13546 handle2 = handle1;
13547 CHECK(handle1 == handle2);
13550 CHECK(handle1 == handle3);
13611 v8::Persistent<v8::Object> handle1, handle2;
13615 handle1.Reset(isolate, v8::Object::New(isolate));
13622 handle1.SetWeak(&handle1, NewPersistentHandleCallback1,
13650 v8::Persistent<v8::Object> handle1, handle2;
13653 handle1.Reset(isolate, v8::Object::New(isolate));
13656 handle1.SetWeak(&handle1, DisposeAndForceGcCallback1,
13686 v8::Persistent<v8::Object> handle1, handle2, handle3;
13691 handle1.Reset(isolate, v8::Object::New(isolate));