Home | History | Annotate | Download | only in cctest

Lines Matching full:props

7540   v8::Handle<v8::Array> props = obj->GetPropertyNames();
7541 CHECK_EQ(elmc, props->Length());
7543 v8::String::Utf8Value elm(props->Get(v8::Integer::New(i)));