MediaWiki
1.34.0
|
Public Member Functions | |
__clone () | |
__construct ( $interpreterId, $id) | |
__destruct () | |
__wakeup () | |
Public Attributes | |
int | $id |
int | $interpreterId |
Static Public Attributes | |
static | $activeChunkIds = [] |
static | $anyChunksDestroyed = [] |
Private Member Functions | |
decrementRefCount () | |
incrementRefCount () | |
Definition at line 730 of file LuaStandaloneEngine.php.
Scribunto_LuaStandaloneInterpreterFunction::__construct | ( | $interpreterId, | |
$id | |||
) |
int | $interpreterId | |
int | $id |
Definition at line 748 of file LuaStandaloneEngine.php.
References $id, $interpreterId, and incrementRefCount().
Scribunto_LuaStandaloneInterpreterFunction::__destruct | ( | ) |
Definition at line 762 of file LuaStandaloneEngine.php.
References decrementRefCount().
Scribunto_LuaStandaloneInterpreterFunction::__clone | ( | ) |
Definition at line 754 of file LuaStandaloneEngine.php.
References incrementRefCount().
Scribunto_LuaStandaloneInterpreterFunction::__wakeup | ( | ) |
Definition at line 758 of file LuaStandaloneEngine.php.
References incrementRefCount().
|
private |
Definition at line 776 of file LuaStandaloneEngine.php.
References $interpreterId.
Referenced by __destruct().
|
private |
Definition at line 766 of file LuaStandaloneEngine.php.
References $id, and $interpreterId.
Referenced by __clone(), __construct(), and __wakeup().
|
static |
Definition at line 732 of file LuaStandaloneEngine.php.
Referenced by Scribunto_LuaStandaloneInterpreter\cleanupLuaChunks().
|
static |
Definition at line 731 of file LuaStandaloneEngine.php.
Referenced by Scribunto_LuaStandaloneInterpreter\cleanupLuaChunks().
int Scribunto_LuaStandaloneInterpreterFunction::$id |
Definition at line 742 of file LuaStandaloneEngine.php.
Referenced by __construct(), and incrementRefCount().
int Scribunto_LuaStandaloneInterpreterFunction::$interpreterId |
Definition at line 737 of file LuaStandaloneEngine.php.
Referenced by __construct(), decrementRefCount(), and incrementRefCount().