Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetPropertyNames

2754   int num_props = obj->GetPropertyNames()->Length();
2758 GetPropertyNames()->Length());
2812 int num_props = obj->GetPropertyNames()->Length();
2816 CHECK_EQ(num_props + 1, obj->GetPropertyNames()->Length());
14066 v8::Handle<v8::Array> props = obj->GetPropertyNames();
14144 v8::Handle<v8::Array> props = val.As<v8::Object>()->GetPropertyNames();
20748 CheckCorrectThrow("%GetPropertyNames(other)");