Lines Matching refs:handle1
13728 CopyableObject handle1;
13731 handle1.Reset(isolate, v8::Object::New(isolate));
13735 handle2 = handle1;
13736 CHECK(handle1 == handle2);
13739 CHECK(handle1 == handle3);
13793 v8::Persistent<v8::Object> handle1, handle2;
13797 handle1.Reset(isolate, v8::Object::New(isolate));
13804 handle1.SetWeak(&handle1, NewPersistentHandleCallback);
13824 v8::Persistent<v8::Object> handle1, handle2;
13827 handle1.Reset(isolate, v8::Object::New(isolate));
13830 handle1.SetWeak(&handle1, DisposeAndForceGcCallback);
13853 v8::Persistent<v8::Object> handle1, handle2, handle3;
13858 handle1.Reset(isolate, v8::Object::New(isolate));