class JSCompilerContext in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
- 8.4 advagg_js_minify/jsminplus.inc \JSCompilerContext
- 8.2 advagg_js_minify/jsminplus.inc \JSCompilerContext
- 8.3 advagg_js_minify/jsminplus.inc \JSCompilerContext
- 7.2 advagg_js_compress/jsminplus.inc \JSCompilerContext
- 7 advagg_js_compress/jsminplus.inc \JSCompilerContext
Hierarchy
- class \JSCompilerContext
Expanded class hierarchy of JSCompilerContext
File
- advagg_js_compress/
jsminplus.inc, line 1763
View source
class JSCompilerContext {
public $inFunction = false;
public $inForLoopInit = false;
public $ecmaStrictMode = false;
public $bracketLevel = 0;
public $curlyLevel = 0;
public $parenLevel = 0;
public $hookLevel = 0;
public $stmtStack = array();
public $funDecls = array();
public $varDecls = array();
public function __construct($inFunction) {
$this->inFunction = $inFunction;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | property | ||
JSCompilerContext:: |
public | function |