Home | History | Annotate | Download | only in cctest

Lines Matching full:handle2

7270   v8::Persistent<v8::Object> handle1, handle2;
7275 handle2 = v8::Persistent<v8::Object>::New(v8::Object::New());
7282 handle2.Dispose();
7298 v8::Persistent<v8::Object> handle1, handle2;
7302 handle2 = v8::Persistent<v8::Object>::New(v8::Object::New());
7305 to_be_disposed = handle2;
7322 v8::Persistent<v8::Object> handle1, handle2, handle3;
7326 handle2 = v8::Persistent<v8::Object>::New(v8::Object::New());
7329 handle2.MakeWeak(NULL, DisposingCallback);