| 296 | } |
| 297 | |
| 298 | Object *FakeScriptInstance::get_owner() { |
| 299 | return owner; |
| 300 | } |
| 301 | |
| 302 | void FakeScriptInstance::get_property_state(List<Pair<StringName, Variant>> &state) { |
| 303 | for (const auto &E : _cached_prop_info) { |
no outgoing calls
no test coverage detected