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

module.exports = {
    LUAI_MAXCCALLS: 200,
    LUA_MAXINTEGER: 2147483647,
    LUA_MININTEGER: -2147483647
};