Lines Matching defs:object
788 // The trimming is performed on a newly allocated object, which is on a
792 // TODO(hpayer): We should shrink the large object page if the size
793 // of the object changed significantly.
1137 // Create the groups object (see also the RegExp result creation in
1182 PrintF("Forcing tier-up of JSRegExp object %p in SearchRegExpMultiple\n",
1431 PrintF("Forcing tier-up of JSRegExp object %p in RegExpReplace\n",
1616 Handle<Object> object,
1618 if (object->IsUndefined(isolate)) {
1620 return object;
1624 ASSIGN_RETURN_ON_EXCEPTION(isolate, number, Object::ToNumber(isolate, object),
1627 return object;