MediaWiki REL1_37
|
Public Member Functions | |
__construct ($inFunction) | |
Public Attributes | |
$bracketLevel = 0 | |
$curlyLevel = 0 | |
$ecmaStrictMode = false | |
$funDecls = array() | |
$hookLevel = 0 | |
$inForLoopInit = false | |
$inFunction = false | |
$parenLevel = 0 | |
$stmtStack = array() | |
$varDecls = array() | |
Definition at line 1671 of file jsminplus.php.
JSCompilerContext::__construct | ( | $inFunction | ) |
Definition at line 1685 of file jsminplus.php.
References $inFunction.
JSCompilerContext::$bracketLevel = 0 |
Definition at line 1676 of file jsminplus.php.
JSCompilerContext::$curlyLevel = 0 |
Definition at line 1677 of file jsminplus.php.
JSCompilerContext::$ecmaStrictMode = false |
Definition at line 1675 of file jsminplus.php.
JSCompilerContext::$funDecls = array() |
Definition at line 1682 of file jsminplus.php.
JSCompilerContext::$hookLevel = 0 |
Definition at line 1679 of file jsminplus.php.
JSCompilerContext::$inForLoopInit = false |
Definition at line 1674 of file jsminplus.php.
JSCompilerContext::$inFunction = false |
Definition at line 1673 of file jsminplus.php.
Referenced by __construct().
JSCompilerContext::$parenLevel = 0 |
Definition at line 1678 of file jsminplus.php.
JSCompilerContext::$stmtStack = array() |
Definition at line 1681 of file jsminplus.php.
JSCompilerContext::$varDecls = array() |
Definition at line 1683 of file jsminplus.php.