• Home
  • Raw
  • Download

Lines Matching full:signatures

126     compiler::Signatures::BUILTIN_OBJECT_CLASS,
127 compiler::Signatures::BUILTIN_STRING_CLASS,
128 compiler::Signatures::BUILTIN_BIGINT_CLASS,
129 compiler::Signatures::BUILTIN_EXCEPTION_CLASS,
130 compiler::Signatures::BUILTIN_ERROR_CLASS,
131 compiler::Signatures::BUILTIN_TYPE_CLASS,
132 compiler::Signatures::BUILTIN_PROMISE_CLASS,
133 compiler::Signatures::BUILTIN_BOOLEAN_CLASS,
134 compiler::Signatures::BUILTIN_BYTE_CLASS,
135 compiler::Signatures::BUILTIN_CHAR_CLASS,
136 compiler::Signatures::BUILTIN_SHORT_CLASS,
137 compiler::Signatures::BUILTIN_INT_CLASS,
138 compiler::Signatures::BUILTIN_LONG_CLASS,
139 compiler::Signatures::BUILTIN_FLOAT_CLASS,
140 compiler::Signatures::BUILTIN_DOUBLE_CLASS,
141 compiler::Signatures::BUILTIN_FUNCTION0_CLASS,
142 compiler::Signatures::BUILTIN_FUNCTION1_CLASS,
143 compiler::Signatures::BUILTIN_FUNCTION2_CLASS,
144 compiler::Signatures::BUILTIN_FUNCTION3_CLASS,
145 compiler::Signatures::BUILTIN_FUNCTION4_CLASS,
146 compiler::Signatures::BUILTIN_FUNCTION5_CLASS,
147 compiler::Signatures::BUILTIN_FUNCTION6_CLASS,
148 compiler::Signatures::BUILTIN_FUNCTION7_CLASS,
149 compiler::Signatures::BUILTIN_FUNCTION8_CLASS,
150 compiler::Signatures::BUILTIN_FUNCTION9_CLASS,
151 compiler::Signatures::BUILTIN_FUNCTION10_CLASS,
152 compiler::Signatures::BUILTIN_FUNCTION11_CLASS,
153 compiler::Signatures::BUILTIN_FUNCTION12_CLASS,
154 compiler::Signatures::BUILTIN_FUNCTION13_CLASS,
155 compiler::Signatures::BUILTIN_FUNCTION14_CLASS,
156 compiler::Signatures::BUILTIN_FUNCTION15_CLASS,
157 compiler::Signatures::BUILTIN_FUNCTION16_CLASS,
158 compiler::Signatures::BUILTIN_LAMBDA0_CLASS,
159 compiler::Signatures::BUILTIN_LAMBDA1_CLASS,
160 compiler::Signatures::BUILTIN_LAMBDA2_CLASS,
161 compiler::Signatures::BUILTIN_LAMBDA3_CLASS,
162 compiler::Signatures::BUILTIN_LAMBDA4_CLASS,
163 compiler::Signatures::BUILTIN_LAMBDA5_CLASS,
164 compiler::Signatures::BUILTIN_LAMBDA6_CLASS,
165 compiler::Signatures::BUILTIN_LAMBDA7_CLASS,
166 compiler::Signatures::BUILTIN_LAMBDA8_CLASS,
167 compiler::Signatures::BUILTIN_LAMBDA9_CLASS,
168 compiler::Signatures::BUILTIN_LAMBDA10_CLASS,
169 compiler::Signatures::BUILTIN_LAMBDA11_CLASS,
170 compiler::Signatures::BUILTIN_LAMBDA12_CLASS,
171 compiler::Signatures::BUILTIN_LAMBDA13_CLASS,
172 compiler::Signatures::BUILTIN_LAMBDA14_CLASS,
173 compiler::Signatures::BUILTIN_LAMBDA15_CLASS,
174 compiler::Signatures::BUILTIN_LAMBDA16_CLASS,
175 compiler::Signatures::BUILTIN_FUNCTIONR0_CLASS,
176 compiler::Signatures::BUILTIN_FUNCTIONR1_CLASS,
177 compiler::Signatures::BUILTIN_FUNCTIONR2_CLASS,
178 compiler::Signatures::BUILTIN_FUNCTIONR3_CLASS,
179 compiler::Signatures::BUILTIN_FUNCTIONR4_CLASS,
180 compiler::Signatures::BUILTIN_FUNCTIONR5_CLASS,
181 compiler::Signatures::BUILTIN_FUNCTIONR6_CLASS,
182 compiler::Signatures::BUILTIN_FUNCTIONR7_CLASS,
183 compiler::Signatures::BUILTIN_FUNCTIONR8_CLASS,
184 compiler::Signatures::BUILTIN_FUNCTIONR9_CLASS,
185 compiler::Signatures::BUILTIN_FUNCTIONR10_CLASS,
186 compiler::Signatures::BUILTIN_FUNCTIONR11_CLASS,
187 compiler::Signatures::BUILTIN_FUNCTIONR12_CLASS,
188 compiler::Signatures::BUILTIN_FUNCTIONR13_CLASS,
189 compiler::Signatures::BUILTIN_FUNCTIONR14_CLASS,
190 compiler::Signatures::BUILTIN_FUNCTIONR15_CLASS,
191 compiler::Signatures::BUILTIN_FUNCTIONR16_CLASS,
192 compiler::Signatures::BUILTIN_FUNCTIONN_CLASS,
193 compiler::Signatures::BUILTIN_LAMBDAR0_CLASS,
194 compiler::Signatures::BUILTIN_LAMBDAR1_CLASS,
195 compiler::Signatures::BUILTIN_LAMBDAR2_CLASS,
196 compiler::Signatures::BUILTIN_LAMBDAR3_CLASS,
197 compiler::Signatures::BUILTIN_LAMBDAR4_CLASS,
198 compiler::Signatures::BUILTIN_LAMBDAR5_CLASS,
199 compiler::Signatures::BUILTIN_LAMBDAR6_CLASS,
200 compiler::Signatures::BUILTIN_LAMBDAR7_CLASS,
201 compiler::Signatures::BUILTIN_LAMBDAR8_CLASS,
202 compiler::Signatures::BUILTIN_LAMBDAR9_CLASS,
203 compiler::Signatures::BUILTIN_LAMBDAR10_CLASS,
204 compiler::Signatures::BUILTIN_LAMBDAR11_CLASS,
205 compiler::Signatures::BUILTIN_LAMBDAR12_CLASS,
206 compiler::Signatures::BUILTIN_LAMBDAR13_CLASS,
207 compiler::Signatures::BUILTIN_LAMBDAR14_CLASS,
208 compiler::Signatures::BUILTIN_LAMBDAR15_CLASS,
209 compiler::Signatures::BUILTIN_LAMBDAR16_CLASS,
210 compiler::Signatures::BUILTIN_LAMBDAN_CLASS,
211 compiler::Signatures::BUILTIN_TUPLE0_CLASS,
212 compiler::Signatures::BUILTIN_TUPLE1_CLASS,
213 compiler::Signatures::BUILTIN_TUPLE2_CLASS,
214 compiler::Signatures::BUILTIN_TUPLE3_CLASS,
215 compiler::Signatures::BUILTIN_TUPLE4_CLASS,
216 compiler::Signatures::BUILTIN_TUPLE5_CLASS,
217 compiler::Signatures::BUILTIN_TUPLE6_CLASS,
218 compiler::Signatures::BUILTIN_TUPLE7_CLASS,
219 compiler::Signatures::BUILTIN_TUPLE8_CLASS,
220 compiler::Signatures::BUILTIN_TUPLE9_CLASS,
221 compiler::Signatures::BUILTIN_TUPLE10_CLASS,
222 compiler::Signatures::BUILTIN_TUPLE11_CLASS,
223 compiler::Signatures::BUILTIN_TUPLE12_CLASS,
224 compiler::Signatures::BUILTIN_TUPLE13_CLASS,
225 compiler::Signatures::BUILTIN_TUPLE14_CLASS,
226 compiler::Signatures::BUILTIN_TUPLE15_CLASS,
227 compiler::Signatures::BUILTIN_TUPLE16_CLASS,
228 compiler::Signatures::BUILTIN_TUPLEN_CLASS,
252 auto const objectName = InitBuiltin(this, compiler::Signatures::BUILTIN_OBJECT_CLASS); in InitializeBuiltins()