Lines Matching defs:handle1
13133 CopyableObject handle1;
13136 handle1.Reset(isolate, v8::Object::New());
13140 handle2 = handle1;
13141 CHECK(handle1 == handle2);
13144 CHECK(handle1 == handle3);
13198 v8::Persistent<v8::Object> handle1, handle2;
13202 handle1.Reset(isolate, v8::Object::New());
13209 handle1.SetWeak(&handle1, NewPersistentHandleCallback);
13229 v8::Persistent<v8::Object> handle1, handle2;
13232 handle1.Reset(isolate, v8::Object::New());
13235 handle1.SetWeak(&handle1, DisposeAndForceGcCallback);
13257 v8::Persistent<v8::Object> handle1, handle2, handle3;
13262 handle1.Reset(isolate, v8::Object::New());