MediaWiki  1.23.2
JSCompilerContext Class Reference

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()
 

Detailed Description

Definition at line 1624 of file jsminplus.php.

Constructor & Destructor Documentation

◆ __construct()

JSCompilerContext::__construct (   $inFunction)

Definition at line 1638 of file jsminplus.php.

References $inFunction.

Member Data Documentation

◆ $bracketLevel

JSCompilerContext::$bracketLevel = 0

Definition at line 1629 of file jsminplus.php.

◆ $curlyLevel

JSCompilerContext::$curlyLevel = 0

Definition at line 1630 of file jsminplus.php.

◆ $ecmaStrictMode

JSCompilerContext::$ecmaStrictMode = false

Definition at line 1628 of file jsminplus.php.

◆ $funDecls

JSCompilerContext::$funDecls = array()

Definition at line 1635 of file jsminplus.php.

◆ $hookLevel

JSCompilerContext::$hookLevel = 0

Definition at line 1632 of file jsminplus.php.

◆ $inForLoopInit

JSCompilerContext::$inForLoopInit = false

Definition at line 1627 of file jsminplus.php.

◆ $inFunction

JSCompilerContext::$inFunction = false

Definition at line 1626 of file jsminplus.php.

Referenced by __construct().

◆ $parenLevel

JSCompilerContext::$parenLevel = 0

Definition at line 1631 of file jsminplus.php.

◆ $stmtStack

JSCompilerContext::$stmtStack = array()

Definition at line 1634 of file jsminplus.php.

◆ $varDecls

JSCompilerContext::$varDecls = array()

Definition at line 1636 of file jsminplus.php.


The documentation for this class was generated from the following file: