You are here

constant OP_LEFT_PAREN in Javascript Aggregator 6

4 uses of OP_LEFT_PAREN
JSParser::Expression in ./jsminplus.php
JSParser::FunctionDefinition in ./jsminplus.php
JSParser::ParenExpression in ./jsminplus.php
JSParser::Statement in ./jsminplus.php

File

./jsminplus.php, line 133

Code

define('OP_LEFT_PAREN', '(');