| 227 | _isFunction(isFunction) {} |
| 228 | |
| 229 | ReferenceInfoBuilder ReferenceInfoBuilder::withObject(const StringBox& object) const { |
| 230 | return ReferenceInfoBuilder(*this, Type::Object, &object, 0); |
| 231 | } |
| 232 | |
| 233 | ReferenceInfoBuilder ReferenceInfoBuilder::withProperty(const StringBox& property) const { |
| 234 | return ReferenceInfoBuilder(*this, Type::Property, &property, 0); |