| 1334 | } |
| 1335 | |
| 1336 | void *CSharpLanguage::get_instance_binding(Object *p_object) { |
| 1337 | return p_object->get_instance_binding(get_singleton(), &_instance_binding_callbacks); |
| 1338 | } |
| 1339 | |
| 1340 | void *CSharpLanguage::get_instance_binding_with_setup(Object *p_object) { |
| 1341 | void *binding = get_instance_binding(p_object); |
no outgoing calls
no test coverage detected