Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetOwnPropertyNames

2873   CHECK_EQ(0, obj->GetOwnPropertyNames()->Length());
2877 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2895 CHECK_EQ(2, obj->GetOwnPropertyNames()->Length());
2910 CHECK_EQ(2, obj->GetOwnPropertyNames()->Length());
2920 CHECK_EQ(0, child->GetOwnPropertyNames()->Length());
2963 CHECK_EQ(0, obj->GetOwnPropertyNames()->Length());
2967 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2978 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2986 CHECK_EQ(1, obj->GetOwnPropertyNames()->Length());
2993 CHECK_EQ(0, child->GetOwnPropertyNames()->Length());
9590 value = CompileRun("Object.getOwnPropertyNames(other).length == 0");
9593 value = CompileRun("Object.getOwnPropertyNames(object).length == 0");
9657 CompileRun("Object.getOwnPropertyNames(object)");
10424 // triggers dictionary elements in GetOwnPropertyNames() shouldn't
10463 // Call the runtime version of GetOwnPropertyNames() on the natively
10467 CompileRun("var names = %GetOwnPropertyNames(obj, 0);");
10518 // Call the runtime version of GetOwnPropertyNames() on
10523 CompileRun("var names = %GetOwnPropertyNames(obj, 0);");
14670 v8::Handle<v8::Array> props = obj->GetOwnPropertyNames();
21863 CheckCorrectThrow("%GetOwnPropertyNames(other, 0)");
22993 CompileRun("Object.getOwnPropertyNames(o)");