Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetPropertyNames

2797   int num_props = obj->GetPropertyNames()->Length();
2801 CHECK_EQ(num_props + 1, obj->GetPropertyNames()->Length());
2856 int num_props = obj->GetPropertyNames()->Length();
2860 CHECK_EQ(num_props + 1, obj->GetPropertyNames()->Length());
14525 v8::Handle<v8::Array> props = obj->GetPropertyNames();
14613 v8::Handle<v8::Array> props = val.As<v8::Object>()->GetPropertyNames();
21778 CheckCorrectThrow("%GetPropertyNames(other)");