Lines Matching defs:object
45 V8_INLINE explicit HandleBase(Address object, Isolate* isolate);
46 V8_INLINE explicit HandleBase(Address object, LocalIsolate* isolate);
47 V8_INLINE explicit HandleBase(Address object, LocalHeap* local_heap);
49 // Check if this handle refers to the exact same object as the other handle.
80 // A Handle provides a reference to an object that survives relocation by
84 // for an object a cell is allocated in the current HandleScope.
88 // semantics is ambiguous between Handle location and object identity. Instead
104 explicit ObjectRef(T object) : object_(object) {}
122 V8_INLINE Handle(T object, Isolate* isolate);
123 V8_INLINE Handle(T object, LocalIsolate* isolate);
124 V8_INLINE Handle(T object, LocalHeap* local_heap);
126 // Allocate a new handle for the object, do not canonicalize.
127 V8_INLINE static Handle<T> New(T object, Isolate* isolate);
161 // Provide function object for location equality comparison.
168 // Provide function object for location hashing.
197 // garbage collector will no longer track the object stored in the
306 Address* Lookup(Address object);