Home | History | Annotate | Download | only in cctest

Lines Matching full:objects_

916       objects_[i] = v8::Persistent<v8::Object>::New(v8::Object::New());
918 (*env)->Global()->Set(v8_str("root_object"), objects_[0]);
932 v8::Persistent<v8::Object>::Cast(objects_[0]), &objects_[1], 1);
935 v8::Persistent<v8::Object>::Cast(objects_[1]), &objects_[2], 2);
938 v8::Persistent<v8::Value> objects_[kObjectsCount];