Home | History | Annotate | Download | only in cctest

Lines Matching refs:SetPrototype

3016   CHECK(child->SetPrototype(env.local(), obj).FromJust());
3142 CHECK(child->SetPrototype(env.local(), proxy).FromJust());
3236 CHECK(child->SetPrototype(env.local(), obj).FromJust());
10871 CHECK(o->SetPrototype(context.local(), p).FromJust());
10880 THREADED_TEST(SetPrototype) {
10918 CHECK(o0->SetPrototype(context.local(), o1).FromJust());
10927 CHECK(o1->SetPrototype(context.local(), o2).FromJust());
10940 CHECK(o2->SetPrototype(context.local(), o3).FromJust());
11030 CHECK(o4->SetPrototype(context.local(), o3).FromJust());
11031 CHECK(o3->SetPrototype(context.local(), o2).FromJust());
11032 CHECK(o2->SetPrototype(context.local(), o1).FromJust());
11088 CHECK(o2->SetPrototype(context.local(), o1).FromJust());
11181 CHECK(o0->SetPrototype(context.local(), o1).FromJust());
11182 // If setting the prototype leads to the cycle, SetPrototype should
11185 CHECK(o1->SetPrototype(context.local(), o0).IsNothing());
11275 This->SetPrototype(context, proto).FromJust();
12856 CHECK(another->SetPrototype(context.local(), instance).FromJust());
20789 object_with_hidden->SetPrototype(context, hidden_prototype).FromJust();
24511 object->SetPrototype(env.local(), proto).FromJust();
24512 proto->SetPrototype(env.local(), proto2).FromJust();