MediaWiki  1.33.0
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 1671 of file jsminplus.php.

Constructor & Destructor Documentation

◆ __construct()

JSCompilerContext::__construct (   $inFunction)

Definition at line 1685 of file jsminplus.php.

References $inFunction.

Member Data Documentation

◆ $bracketLevel

JSCompilerContext::$bracketLevel = 0

Definition at line 1676 of file jsminplus.php.

◆ $curlyLevel

JSCompilerContext::$curlyLevel = 0

Definition at line 1677 of file jsminplus.php.

◆ $ecmaStrictMode

JSCompilerContext::$ecmaStrictMode = false

Definition at line 1675 of file jsminplus.php.

◆ $funDecls

JSCompilerContext::$funDecls = array()

Definition at line 1682 of file jsminplus.php.

◆ $hookLevel

JSCompilerContext::$hookLevel = 0

Definition at line 1679 of file jsminplus.php.

◆ $inForLoopInit

JSCompilerContext::$inForLoopInit = false

Definition at line 1674 of file jsminplus.php.

◆ $inFunction

JSCompilerContext::$inFunction = false

Definition at line 1673 of file jsminplus.php.

Referenced by __construct().

◆ $parenLevel

JSCompilerContext::$parenLevel = 0

Definition at line 1678 of file jsminplus.php.

◆ $stmtStack

JSCompilerContext::$stmtStack = array()

Definition at line 1681 of file jsminplus.php.

◆ $varDecls

JSCompilerContext::$varDecls = array()

Definition at line 1683 of file jsminplus.php.


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