static S callLuaStrategy(LuaValue strategy, S text) { LuaValue result = strategy.call(text); assertTrue(result.isstring()); ret result.tojstring(); }