• Home
  • Raw
  • Download

Lines Matching full:this

4  * you may not use this file except in compliance with the License.
25 this.attribute = attribute;
34 this.p = params;
35 this.rt = retType;
55 this.o = op;
56 this.r = regs;
57 this.id = ids;
58 this.im = imms;
59 this.l = label;
60 this.d = dbg_pos;
98 this.n = name;
99 this.s = signature;
100 this.i = ins;
101 this.l = labs;
102 this.r = regs_num;
103 this.ca_tab = catchTables;
104 this.v = vars;
105 this.sf = sourceFiles;
106 this.sc = sourceCodes;
107 this.ct = callType;
108 this.ti = typeInfo;
109 this.es2t = exportedSymbol2Types;
110 this.ds2t = declaredSymbol2Types;
111 this.kind = kind;
112 this.icSize = icSize;
120 this.name = name;
137 this.functions = [];
138 this.records = [];
139 this.strings = new Set();
140 this.strings_arr = [];
141 this.literalArrays = [];
142 this.module_mode = false;
143 this.debug_mode = false;
144 this.log_enabled = false;
145 this.opt_level = 1;
146 this.opt_log_level = "error";
150 this.strings_arr = Array.from(this.strings);
164 this.tb_lab = tryBeginLabel;
165 this.te_lab = tryEndLabel;
166 this.cb_lab = catchBeginLabel;
177 this.vregNum = vregNum;
178 this.typeIndex = typeIndex;
189 this.symbol = symbol;
190 this.type = type;
201 this.symbol = symbol;
202 this.type = type;
212 this.localName = localName;
213 this.importName = importName;
214 this.moduleRequest = moduleRequest;
223 this.localName = localName;
224 this.moduleRequest = moduleRequest;
233 this.localName = localName;
234 this.exportName = exportName;
244 this.exportName = exportName;
245 this.importName = importName;
246 this.moduleRequest = moduleRequest;