public static void
lazyField(LuaTable table, String key, Supplier<LuaValue> supplier) Registers a lazy field on table: supplier is invoked only when Lua actually reads key, and the value is NOT cached on the table — every read calls the supplier fresh.