Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetPropertyNames

2874   int num_props = obj->GetPropertyNames()->Length();
2878 CHECK_EQ(num_props + 1, obj->GetPropertyNames()->Length());
2964 int num_props = obj->GetPropertyNames()->Length();
2968 CHECK_EQ(num_props + 1, obj->GetPropertyNames()->Length());
14656 v8::Handle<v8::Array> props = obj->GetPropertyNames();
14744 v8::Handle<v8::Array> props = val.As<v8::Object>()->GetPropertyNames();
21861 CheckCorrectThrow("%GetPropertyNames(other)");