Lines Matching full:objects_
1554 objects_[i].Reset(isolate_, v8::Object::New(isolate_));
1559 v8::Local<v8::Value>::New(isolate_, objects_[0]))
1574 isolate_->SetObjectGroupId(objects_[0],
1577 v8::UniqueId(1), objects_[1]);
1579 isolate_->SetReference(objects_[1].As<v8::Object>(),
1580 objects_[2]);
1581 isolate_->SetReference(objects_[1].As<v8::Object>(),
1582 objects_[3]);
1585 v8::Persistent<v8::Value> objects_[kObjectsCount];