Home | History | Annotate | Download | only in src

Lines Matching refs:object

64     Handle<JSObject> object) {
65 if (!object.is_null() && !object->IsFailure()) {
69 scope_site->set_transition_info(*object);
74 static_cast<void*>(*object));
79 static_cast<void*>(*object));
86 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) {
87 if (activated_ && AllocationSite::CanTrack(object->map()->instance_type())) {
89 AllocationSite::GetMode(object->GetElementsKind()) ==
93 object->IsJSArray() ? "JSArray" : "JSObject",
94 static_cast<void*>(*object));