Lines Matching defs:object
65 // Returns true for properties that are accessors to object fields.
66 // If true, *object_offset contains offset of object field.
174 Handle<JSReceiver> object = Utils::OpenHandle(*info.Holder());
175 Handle<JSArray> array = Handle<JSArray>::cast(object);
197 i::Object::TypeOf(isolate, object), object));
349 Handle<JSFunction> object =
351 DCHECK(object->has_prototype_property());
352 JSFunction::SetPrototype(object, value);
434 // If we materialize any object, we should deoptimize the frame because we
435 // might alias an object that was eliminated by escape analysis.
447 // Return the freshly allocated arguments object.
469 // correct number of arguments and no allocated arguments object, so
475 // Construct an arguments object mirror for the right frame and the underlying
483 // Copy the parameters to the arguments object.
497 // Return the freshly allocated arguments object.