Home | History | Annotate | Download | only in cctest

Lines Matching defs:handle3

13143     CopyableObject handle3(handle2);
13144 CHECK(handle1 == handle3);
13257 v8::Persistent<v8::Object> handle1, handle2, handle3;
13260 handle3.Reset(isolate, v8::Object::New());
13265 handle3.SetWeak(&handle3, HandleCreatingCallback);