Home | History | Annotate | Download | only in cctest

Lines Matching refs:NewInstance

3440                      named->NewInstance());
3450 indexed->NewInstance());
3456 env->Global()->Set(v8::String::New("intercepted_both"), both->NewInstance());
3579 v8::Handle<v8::Object> o0 = t0->GetFunction()->NewInstance();
3581 v8::Handle<v8::Object> o1 = t1->GetFunction()->NewInstance();
3583 v8::Handle<v8::Object> o2 = t2->GetFunction()->NewInstance();
3585 v8::Handle<v8::Object> o3 = t3->GetFunction()->NewInstance();
3675 env->Global()->Set(v8::String::New("instance"), named->NewInstance());
3712 env->Global()->Set(v8::String::New("instance"), named->NewInstance());
3771 v8::Handle<v8::Object> protoObj = t0->GetFunction()->NewInstance();
3775 v8::Handle<v8::Object> grandProtoObj = t1->GetFunction()->NewInstance();
6123 named->NewInstance());