Lines Matching defs:raw_obj
1479 i::AccessorInfo raw_obj = *obj;
1481 raw_obj.set_data(i::ReadOnlyRoots(isolate).undefined_value());
1483 raw_obj.set_data(*Utils::OpenHandle(*data));
1485 raw_obj.set_name(*accessor_name);
1486 raw_obj.set_is_special_data_property(is_special_data_property);
1487 raw_obj.set_replace_on_access(replace_on_access);
1488 if (settings & ALL_CAN_READ) raw_obj.set_all_can_read(true);
1489 if (settings & ALL_CAN_WRITE) raw_obj.set_all_can_write(true);
1490 raw_obj.set_initial_property_attributes(i::NONE);
1492 raw_obj.set_expected_receiver_type(*Utils::OpenHandle(*signature));