| 563 | } |
| 564 | |
| 565 | void set(jsi::Runtime &rt, const jsi::PropNameID &name, const jsi::Value &value) override { |
| 566 | throw jsi::JSINativeException("Setting property values is not supported on API Object"); |
| 567 | } |
| 568 | }; |
| 569 | |
| 570 | void JavascriptCallable::call(const godot::Variant **p_arguments, int p_argcount, godot::Variant &r_return_value, GDExtensionCallError &r_call_error) const { |
nothing calls this directly
no outgoing calls
no test coverage detected