diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 89 |
1 files changed, 44 insertions, 45 deletions
@@ -1,12 +1,12 @@ -Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { +Extension [ <persistent> extension #80 luasandbox version 4.0.0 ] { - Classes [10] { Class [ <internal:luasandbox> class LuaSandbox ] { - Constants [3] { - Constant [ public integer SAMPLES ] { 0 } - Constant [ public integer SECONDS ] { 1 } - Constant [ public integer PERCENT ] { 2 } + Constant [ public int SAMPLES ] { 0 } + Constant [ public int SECONDS ] { 1 } + Constant [ public int PERCENT ] { 2 } } - Static properties [0] { @@ -28,7 +28,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { - Parameters [2] { Parameter #0 [ <required> $code ] - Parameter #1 [ <required> $chunkName ] + Parameter #1 [ <optional> $chunkName ] } } @@ -36,7 +36,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { - Parameters [2] { Parameter #0 [ <required> $code ] - Parameter #1 [ <required> $chunkName ] + Parameter #1 [ <optional> $chunkName ] } } @@ -87,7 +87,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Method [ <internal:luasandbox> public method enableProfiler ] { - Parameters [1] { - Parameter #0 [ <required> $period ] + Parameter #0 [ <optional> $period ] } } @@ -100,7 +100,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Method [ <internal:luasandbox> public method getProfilerFunctionReport ] { - Parameters [1] { - Parameter #0 [ <required> $units ] + Parameter #0 [ <optional> $units ] } } @@ -108,15 +108,14 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { - Parameters [2] { Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $... ] + Parameter #1 [ <optional> ...$args ] } } Method [ <internal:luasandbox> public method wrapPhpFunction ] { - - Parameters [2] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $function ] + - Parameters [1] { + Parameter #0 [ <required> $function ] } } @@ -133,10 +132,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxError extends Exception implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -194,10 +193,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxRuntimeError extends LuaSandboxError implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -255,10 +254,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxFatalError extends LuaSandboxError implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -316,10 +315,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxSyntaxError extends LuaSandboxFatalError implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -377,10 +376,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxMemoryError extends LuaSandboxFatalError implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -438,10 +437,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxErrorError extends LuaSandboxFatalError implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -499,10 +498,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxTimeoutError extends LuaSandboxFatalError implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -560,10 +559,10 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Class [ <internal:luasandbox> class LuaSandboxEmergencyTimeoutError extends LuaSandboxFatalError implements Throwable ] { - Constants [4] { - Constant [ public integer RUN ] { 2 } - Constant [ public integer SYNTAX ] { 3 } - Constant [ public integer MEM ] { 4 } - Constant [ public integer ERR ] { 5 } + Constant [ public int RUN ] { 2 } + Constant [ public int SYNTAX ] { 3 } + Constant [ public int MEM ] { 4 } + Constant [ public int ERR ] { 5 } } - Static properties [0] { @@ -642,7 +641,7 @@ Extension [ <persistent> extension #107 luasandbox version 3.0.3 ] { Method [ <internal:luasandbox> public method call ] { - Parameters [1] { - Parameter #0 [ <required> $... ] + Parameter #0 [ <optional> ...$args ] } } |