Lines Matching defs:object
68 // If temporary object was collected we can get MoveEvent which moves
69 // existing non temporary object to the address where we had temporary
70 // object. So we should mark new address as non temporary.
83 // native object inside embedder field. We should consider all objects
345 // For suspend break, we'll need the generator object to be able to step
347 // index that holds the generator object by reading it directly off the
348 // bytecode array, and we'll read the actual generator object off the
458 // Globalize the request debug info object and make it weak.
686 // Check whether a single break point object is triggered.
1537 // bytecode array field on the baseline code object is immutable.
2794 // TODO(7515): always pass a valid callback info object.
2875 Handle<Object> object =
2877 return PerformSideEffectCheckForObject(object);
2880 bool Debug::PerformSideEffectCheckForObject(Handle<Object> object) {
2885 if (object->IsNumber()) return true;
2886 if (object->IsName()) return true;
2888 if (temporary_objects_->HasObject(Handle<HeapObject>::cast(object))) {