Lines Matching defs:other
232 void SharedFunctionInfo::CopyFrom(SharedFunctionInfo other) {
234 set_function_data(other.function_data(cage_base, kAcquireLoad),
236 set_name_or_scope_info(other.name_or_scope_info(cage_base, kAcquireLoad),
239 other.outer_scope_info_or_feedback_metadata(cage_base));
240 set_script_or_debug_info(other.script_or_debug_info(cage_base, kAcquireLoad),
243 set_length(other.length());
244 set_formal_parameter_count(other.formal_parameter_count());
245 set_function_token_offset(other.function_token_offset());
246 set_expected_nof_properties(other.expected_nof_properties());
247 set_flags2(other.flags2());
248 set_flags(other.flags(kRelaxedLoad), kRelaxedStore);
249 set_function_literal_id(other.function_literal_id());
251 set_unique_id(other.unique_id());
256 reinterpret_cast<void*>(other.address()),