Lines Matching defs:objects
10 #include "src/objects/elements.h"
11 #include "src/objects/embedder-data-slot-inl.h"
12 #include "src/objects/feedback-vector.h"
13 #include "src/objects/field-index-inl.h"
14 #include "src/objects/hash-table-inl.h"
15 #include "src/objects/heap-number-inl.h"
16 #include "src/objects/js-objects.h"
17 #include "src/objects/keys.h"
18 #include "src/objects/lookup-inl.h"
19 #include "src/objects/property-array-inl.h"
20 #include "src/objects/prototype-inl.h"
21 #include "src/objects/shared-function-info.h"
22 #include "src/objects/slots.h"
23 #include "src/objects/smi-inl.h"
24 #include "src/objects/swiss-name-dictionary-inl.h"
27 #include "src/objects/object-macros.h"
32 #include "torque-generated/src/objects/js-objects-tq-inl.inc"
100 // We don't expect access checks to be needed on JSProxy objects.
163 void JSObject::EnsureCanContainElements(Handle<JSObject> object, TSlot objects,
177 for (uint32_t i = 0; i < count; ++i, ++objects) {
178 Object current = *objects;
216 ObjectSlot objects =
218 EnsureCanContainElements(object, objects, length, mode);
290 // TODO(v8) It'd be nice if all objects with embedder data slots inherited
407 // value, but it will be within the bounds of the objects instance size as
555 // fill the remainder with one word filler objects (ie just a map word)
939 #include "src/objects/object-macros-undef.h"