|
MediaWiki
REL1_23
|
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 1624 of file jsminplus.php.
| JSCompilerContext::__construct | ( | $ | inFunction | ) |
Definition at line 1638 of file jsminplus.php.
References $inFunction.
| JSCompilerContext::$bracketLevel = 0 |
Definition at line 1629 of file jsminplus.php.
| JSCompilerContext::$curlyLevel = 0 |
Definition at line 1630 of file jsminplus.php.
| JSCompilerContext::$ecmaStrictMode = false |
Definition at line 1628 of file jsminplus.php.
| JSCompilerContext::$funDecls = array() |
Definition at line 1635 of file jsminplus.php.
| JSCompilerContext::$hookLevel = 0 |
Definition at line 1632 of file jsminplus.php.
| JSCompilerContext::$inForLoopInit = false |
Definition at line 1627 of file jsminplus.php.
| JSCompilerContext::$inFunction = false |
Definition at line 1626 of file jsminplus.php.
Referenced by __construct().
| JSCompilerContext::$parenLevel = 0 |
Definition at line 1631 of file jsminplus.php.
| JSCompilerContext::$stmtStack = array() |
Definition at line 1634 of file jsminplus.php.
| JSCompilerContext::$varDecls = array() |
Definition at line 1636 of file jsminplus.php.