Lines Matching refs:OPT

202     // produced after OPT().
272 (function(OPT) {
273 OPT(AST_Node, function(self, compressor) {
6181 OPT(AST_Directive, function(self, compressor) {
6189 OPT(AST_Debugger, function(self, compressor) {
6195 OPT(AST_LabeledStatement, function(self, compressor) {
6213 OPT(AST_LoopControl, function(self, compressor) {
6228 OPT(AST_Block, function(self, compressor) {
6246 OPT(AST_BlockStatement, function(self, compressor) {
6260 OPT(AST_Lambda, function(self, compressor) {
6286 OPT(AST_Arrow, opt_arrow);
6287 OPT(AST_AsyncArrow, opt_arrow);
6289 OPT(AST_Function, function(self, compressor) {
9131 OPT(AST_SimpleStatement, function(self, compressor) {
9146 OPT(AST_While, function(self, compressor) {
9165 OPT(AST_Do, function(self, compressor) {
9316 OPT(AST_For, function(self, compressor) {
9349 OPT(AST_ForEnumeration, function(self, compressor) {
9567 OPT(AST_If, function(self, compressor) {
9879 OPT(AST_Switch, function(self, compressor) {
10058 OPT(AST_Try, function(self, compressor) {
10208 OPT(AST_Const, varify);
10209 OPT(AST_Let, varify);
10363 OPT(AST_Call, function(self, compressor) {
11244 OPT(AST_New, function(self, compressor) {
11298 OPT(AST_Sequence, function(self, compressor) {
11369 OPT(AST_UnaryPostfix, function(self, compressor) {
11379 OPT(AST_UnaryPrefix, function(self, compressor) {
11466 OPT(AST_Await, function(self, compressor) {
11499 OPT(AST_Yield, function(self, compressor) {
11643 OPT(AST_Binary, function(self, compressor) {
12307 OPT(AST_SymbolExport, function(self) {
12326 OPT(AST_SymbolRef, function(self, compressor) {
12553 OPT(AST_Template, function(self, compressor) {
12639 OPT(AST_Undefined, function(self, compressor) {
12660 OPT(AST_Infinity, function(self, compressor) {
12673 OPT(AST_NaN, function(self, compressor) {
12707 OPT(AST_Assign, function(self, compressor) {
12885 OPT(AST_Conditional, function(self, compressor) {
13261 OPT(AST_Boolean, function(self, compressor) {
13279 OPT(AST_Spread, function(self, compressor) {
13301 OPT(AST_Sub, function(self, compressor) {
13545 OPT(AST_Dot, function(self, compressor) {
13592 OPT(AST_DestructuredArray, function(self, compressor) {
13602 OPT(AST_DestructuredKeyVal, function(self, compressor) {
13613 OPT(AST_Object, function(self, compressor) {
14223 OPT(AST_Return, function(self, compressor) {