| 194 | } |
| 195 | |
| 196 | void CppiaVar::createDynamic(hx::Object *inBase) |
| 197 | { |
| 198 | *(hx::Object **)((char *)inBase+offset) = createMemberClosure(inBase,(ScriptCallable*)dynamicFunction->funExpr); |
| 199 | } |
| 200 | |
| 201 | |
| 202 | Dynamic CppiaVar::getValue(hx::Object *inThis) |
no test coverage detected