Lines Matching defs:object
5 #include "tools/v8windbg/src/object-inspection.h"
34 // If the object is of type v8::internal::TaggedValue, and this build uses
156 // Creates a synthetic object, attaches a parent model, and sets the context
157 // object for that parent data model. Caller is responsible for ensuring that
172 // Creates an IModelObject for a V8 object whose value is represented by the
179 // Explicitly add the parent model and data context. On a plain typed object,
207 // create a synthetic object.
327 // whereas the parent model object could be shared among many custom arrays.
338 // context_object is expected to be an object of the form created by
342 size_t index, IModelObject** object) {
343 // Open a few layers of wrapper objects to get to the Property object that
366 object);
368 return GetModelForStruct(address, prop->fields, sp_ctx, object);
396 IModelObject** object,
404 return GetModelForCustomArrayElement(context_object, index, object);
436 IFACEMETHODIMP IndexedFieldIterator::GetNext(IModelObject** object,
456 *object = sp_value.Detach();
666 // anywhere in memory, so create a synthetic object.
694 // Otherwise, we must construct a custom iterable object.