Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetOwnPropertyNames

2796   CHECK_EQ(0, obj->GetOwnPropertyNames()->Length());
2800 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2811 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2819 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2826 CHECK_EQ(0, child->GetOwnPropertyNames()->Length());
2855 CHECK_EQ(0, obj->GetOwnPropertyNames()->Length());
2859 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2870 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2878 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2885 CHECK_EQ(0, child->GetOwnPropertyNames()->Length());
9472 value = CompileRun("Object.getOwnPropertyNames(other).length == 0");
9475 value = CompileRun("Object.getOwnPropertyNames(object).length == 0");
9519 CompileRun("Object.getOwnPropertyNames(object)");
10286 // triggers dictionary elements in GetOwnPropertyNames() shouldn't
10325 // Call the runtime version of GetOwnPropertyNames() on the natively
10329 CompileRun("var names = %GetOwnPropertyNames(obj, 0);");
10380 // Call the runtime version of GetOwnPropertyNames() on
10385 CompileRun("var names = %GetOwnPropertyNames(obj, 0);");
14539 v8::Handle<v8::Array> props = obj->GetOwnPropertyNames();
21780 CheckCorrectThrow("%GetOwnPropertyNames(other, 0)");