| 85 | SetFloatAligned(frame, f); |
| 86 | } |
| 87 | inline void StackContext::returnString(const String &s) |
| 88 | { |
| 89 | *(String *)frame = s; |
| 90 | } |
| 91 | inline void StackContext::returnObject(Dynamic d) |
| 92 | { |
| 93 | *(hx::Object **)frame = d.mPtr; |
no outgoing calls
no test coverage detected