Home | History | Annotate | Download | only in cctest

Lines Matching defs:handle3

10810   v8::Persistent<v8::Object> handle1, handle2, handle3;
10813 handle3 = v8::Persistent<v8::Object>::New(v8::Object::New());
10818 handle3.MakeWeak(NULL, HandleCreatingCallback);