Lines Matching defs:props
562 auto props = typed.object->GetProperties(accessor);
573 for (size_t j = 0; j < props.size(); j++) {
574 if (strcmp(props[j]->GetPublicView()->name,
576 props[j] = std::move(extra_info.second[i]);
582 props.push_back(std::move(extra_info.second[i]));
595 typed.type_check_result, brief, typed.object->GetName(), std::move(props),
666 auto props = std::vector<std::unique_ptr<ObjectProperty>>();
671 props.push_back(std::make_unique<ObjectProperty>(
702 props.push_back(std::make_unique<ObjectProperty>(
707 props.push_back(std::make_unique<ObjectProperty>(
727 props.push_back(std::make_unique<ObjectProperty>(
751 props.push_back(std::make_unique<ObjectProperty>(
766 return std::make_unique<StackFrameResult>(std::move(props));