| 575 | |
| 576 | |
| 577 | bool __hxcpp_dbg_setScriptableValue(hx::StackFrame *inFrame, String inName, ::Dynamic inValue) |
| 578 | { |
| 579 | hx::ScriptCallable *callable = inFrame->position->scriptCallable; |
| 580 | if (callable) |
| 581 | return callable->setScriptableValue((unsigned char *)inFrame, inName, inValue); |
| 582 | return false; |
| 583 | } |
| 584 | |
| 585 | #endif |
| 586 |
no test coverage detected