aboutsummaryrefslogtreecommitdiff
path: root/src/llimit.js
blob: 9c02eb0b9538b3fe5e613f79fa93ccd31db13591 (plain)
1
2
3
4
5
6
/*jshint esversion: 6 */
"use strict";

module.exports.LUAI_MAXCCALLS = 200;
module.exports.LUA_MAXINTEGER = 2147483647;
module.exports.LUA_MININTEGER = -2147483647;