| 127 | return ValToFloat(runObject(ctx)); |
| 128 | } |
| 129 | ::String CppiaDynamicExpr::runString(CppiaCtx *ctx) |
| 130 | { |
| 131 | hx::Object *result = runObject(ctx); |
| 132 | BCR_CHECK; |
| 133 | return result ? result->toString() : String(); |
| 134 | } |
| 135 | |
| 136 | void CppiaDynamicExpr::runVoid(CppiaCtx *ctx) |
| 137 | { |