Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Side by Side Diff: lib/src/prism/tests/languages/pure/function_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 abs
2 add_fundef
3 add_fundef_at
4 add_interface
5 add_interface_at
6 add_macdef
7 add_macdef_at
8 add_typedef
9 add_typedef_at
10 add_addr
11 add_constdef
12 add_vardef
13 all
14 any
15 appl
16 applp
17 arity
18 bigint
19 bigintp
20 blob
21 blob_crc
22 blob_size
23 blobp
24 bool
25 boolp
26 byte_matrix
27 byte_pointer
28 byte_string
29 byte_cstring
30 byte_string_pointer
31 byte_cstring_pointer
32 calloc
33 cat
34 catmap
35 ceil
36 char
37 charp
38 chars
39 check_ptrtag
40 chr
41 clear_sentry
42 clearsym
43 closure
44 closurep
45 cmatrix
46 cmatrixp
47 col
48 cols
49 colcat
50 colcatmap
51 colmap
52 colrev
53 colvector
54 colvectorp
55 colvectorseq
56 complex
57 complex_float_matrix
58 complex_float_pointer
59 complex_matrix
60 complex_matrix_view
61 complex_pointer
62 complexp
63 conj
64 cooked
65 cookedp
66 cst
67 cstring
68 cstring_dup
69 cstring_list
70 cstring_vector
71 curry
72 curry3
73 cycle
74 cyclen
75 del_constdef
76 del_fundef
77 del_interface
78 del_macdef
79 del_typedef
80 del_vardef
81 delete
82 diag
83 diagmat
84 dim
85 dmatrix
86 dmatrixp
87 do
88 double
89 double_matrix
90 double_matrix_view
91 double_pointer
92 doublep
93 dowith
94 dowith3
95 drop
96 dropwhile
97 eval
98 evalcmd
99 exactp
100 filter
101 fix
102 fixity
103 flip
104 float_matrix
105 float_pointer
106 floor
107 foldl
108 foldl1
109 foldr
110 foldr1
111 frac
112 free
113 fun
114 funp
115 function
116 functionp
117 gcd
118 get
119 get_byte
120 get_constdef
121 get_double
122 get_float
123 get_fundef
124 get_int
125 get_int64
126 get_interface
127 get_interface_typedef
128 get_long
129 get_macdef
130 get_pointer
131 get_ptrtag
132 get_short
133 get_sentry
134 get_string
135 get_typedef
136 get_vardef
137 globsym
138 hash
139 head
140 id
141 im
142 imatrix
143 imatrixp
144 index
145 inexactp
146 infp
147 init
148 insert
149 int
150 int_matrix
151 int_matrix_view
152 int_pointer
153 intp
154 int64_matrix
155 int64_pointer
156 integer
157 integerp
158 iterate
159 iteraten
160 iterwhile
161 join
162 key
163 keys
164 lambda
165 lambdap
166 last
167 lasterr
168 lasterrpos
169 lcd
170 list
171 list2
172 listp
173 listmap
174 make_ptrtag
175 malloc
176 map
177 matcat
178 matrix
179 matrixp
180 max
181 member
182 min
183 nanp
184 nargs
185 nmatrix
186 nmatrixp
187 null
188 number
189 numberp
190 ord
191 pack
192 packed
193 pointer
194 pointer_cast
195 pointer_tag
196 pointer_type
197 pointerp
198 pow
199 pred
200 ptrtag
201 put
202 put_byte
203 put_double
204 put_float
205 put_int
206 put_int64
207 put_long
208 put_pointer
209 put_short
210 put_string
211 rational
212 rationalp
213 re
214 real
215 realp
216 realloc
217 record
218 recordp
219 redim
220 reduce
221 reduce_with
222 ref
223 refp
224 repeat
225 repeatn
226 reverse
227 rlist
228 rlistp
229 round
230 row
231 rows
232 rowcat
233 rowcatmap
234 rowmap
235 rowrev
236 rowvector
237 rowvectorp
238 rowvectorseq
239 same
240 scanl
241 scanl1
242 scanr
243 scanr1
244 sentry
245 sgn
246 short_matrix
247 short_pointer
248 slice
249 smatrix
250 smatrixp
251 sort
252 split
253 str
254 strcat
255 stream
256 stride
257 string
258 string_dup
259 string_list
260 string_vector
261 stringp
262 subdiag
263 subdiagmat
264 submat
265 subseq
266 subseq2
267 substr
268 succ
269 supdiag
270 supdiagmat
271 symbol
272 symbolp
273 tail
274 take
275 takewhile
276 thunk
277 thunkp
278 transpose
279 trunc
280 tuple
281 tuplep
282 typep
283 ubyte
284 uint
285 uint64
286 ulong
287 uncurry
288 uncurry3
289 unref
290 unzip
291 unzip3
292 update
293 ushort
294 val
295 vals
296 var
297 varp
298 vector
299 vectorp
300 vectorseq
301 void
302 zip
303 zip3
304 zipwith
305 zipwith3
306
307 ----------------------------------------------------
308
309 [
310 ["function", "abs"],
311 ["function", "add_fundef"],
312 ["function", "add_fundef_at"],
313 ["function", "add_interface"],
314 ["function", "add_interface_at"],
315 ["function", "add_macdef"],
316 ["function", "add_macdef_at"],
317 ["function", "add_typedef"],
318 ["function", "add_typedef_at"],
319 ["function", "add_addr"],
320 ["function", "add_constdef"],
321 ["function", "add_vardef"],
322 ["function", "all"],
323 ["function", "any"],
324 ["function", "appl"],
325 ["function", "applp"],
326 ["function", "arity"],
327 ["function", "bigint"],
328 ["function", "bigintp"],
329 ["function", "blob"],
330 ["function", "blob_crc"],
331 ["function", "blob_size"],
332 ["function", "blobp"],
333 ["function", "bool"],
334 ["function", "boolp"],
335 ["function", "byte_matrix"],
336 ["function", "byte_pointer"],
337 ["function", "byte_string"],
338 ["function", "byte_cstring"],
339 ["function", "byte_string_pointer"],
340 ["function", "byte_cstring_pointer"],
341 ["function", "calloc"],
342 ["function", "cat"],
343 ["function", "catmap"],
344 ["function", "ceil"],
345 ["function", "char"],
346 ["function", "charp"],
347 ["function", "chars"],
348 ["function", "check_ptrtag"],
349 ["function", "chr"],
350 ["function", "clear_sentry"],
351 ["function", "clearsym"],
352 ["function", "closure"],
353 ["function", "closurep"],
354 ["function", "cmatrix"],
355 ["function", "cmatrixp"],
356 ["function", "col"],
357 ["function", "cols"],
358 ["function", "colcat"],
359 ["function", "colcatmap"],
360 ["function", "colmap"],
361 ["function", "colrev"],
362 ["function", "colvector"],
363 ["function", "colvectorp"],
364 ["function", "colvectorseq"],
365 ["function", "complex"],
366 ["function", "complex_float_matrix"],
367 ["function", "complex_float_pointer"],
368 ["function", "complex_matrix"],
369 ["function", "complex_matrix_view"],
370 ["function", "complex_pointer"],
371 ["function", "complexp"],
372 ["function", "conj"],
373 ["function", "cooked"],
374 ["function", "cookedp"],
375 ["function", "cst"],
376 ["function", "cstring"],
377 ["function", "cstring_dup"],
378 ["function", "cstring_list"],
379 ["function", "cstring_vector"],
380 ["function", "curry"],
381 ["function", "curry3"],
382 ["function", "cycle"],
383 ["function", "cyclen"],
384 ["function", "del_constdef"],
385 ["function", "del_fundef"],
386 ["function", "del_interface"],
387 ["function", "del_macdef"],
388 ["function", "del_typedef"],
389 ["function", "del_vardef"],
390 ["function", "delete"],
391 ["function", "diag"],
392 ["function", "diagmat"],
393 ["function", "dim"],
394 ["function", "dmatrix"],
395 ["function", "dmatrixp"],
396 ["function", "do"],
397 ["function", "double"],
398 ["function", "double_matrix"],
399 ["function", "double_matrix_view"],
400 ["function", "double_pointer"],
401 ["function", "doublep"],
402 ["function", "dowith"],
403 ["function", "dowith3"],
404 ["function", "drop"],
405 ["function", "dropwhile"],
406 ["function", "eval"],
407 ["function", "evalcmd"],
408 ["function", "exactp"],
409 ["function", "filter"],
410 ["function", "fix"],
411 ["function", "fixity"],
412 ["function", "flip"],
413 ["function", "float_matrix"],
414 ["function", "float_pointer"],
415 ["function", "floor"],
416 ["function", "foldl"],
417 ["function", "foldl1"],
418 ["function", "foldr"],
419 ["function", "foldr1"],
420 ["function", "frac"],
421 ["function", "free"],
422 ["function", "fun"],
423 ["function", "funp"],
424 ["function", "function"],
425 ["function", "functionp"],
426 ["function", "gcd"],
427 ["function", "get"],
428 ["function", "get_byte"],
429 ["function", "get_constdef"],
430 ["function", "get_double"],
431 ["function", "get_float"],
432 ["function", "get_fundef"],
433 ["function", "get_int"],
434 ["function", "get_int64"],
435 ["function", "get_interface"],
436 ["function", "get_interface_typedef"],
437 ["function", "get_long"],
438 ["function", "get_macdef"],
439 ["function", "get_pointer"],
440 ["function", "get_ptrtag"],
441 ["function", "get_short"],
442 ["function", "get_sentry"],
443 ["function", "get_string"],
444 ["function", "get_typedef"],
445 ["function", "get_vardef"],
446 ["function", "globsym"],
447 ["function", "hash"],
448 ["function", "head"],
449 ["function", "id"],
450 ["function", "im"],
451 ["function", "imatrix"],
452 ["function", "imatrixp"],
453 ["function", "index"],
454 ["function", "inexactp"],
455 ["function", "infp"],
456 ["function", "init"],
457 ["function", "insert"],
458 ["function", "int"],
459 ["function", "int_matrix"],
460 ["function", "int_matrix_view"],
461 ["function", "int_pointer"],
462 ["function", "intp"],
463 ["function", "int64_matrix"],
464 ["function", "int64_pointer"],
465 ["function", "integer"],
466 ["function", "integerp"],
467 ["function", "iterate"],
468 ["function", "iteraten"],
469 ["function", "iterwhile"],
470 ["function", "join"],
471 ["function", "key"],
472 ["function", "keys"],
473 ["function", "lambda"],
474 ["function", "lambdap"],
475 ["function", "last"],
476 ["function", "lasterr"],
477 ["function", "lasterrpos"],
478 ["function", "lcd"],
479 ["function", "list"],
480 ["function", "list2"],
481 ["function", "listp"],
482 ["function", "listmap"],
483 ["function", "make_ptrtag"],
484 ["function", "malloc"],
485 ["function", "map"],
486 ["function", "matcat"],
487 ["function", "matrix"],
488 ["function", "matrixp"],
489 ["function", "max"],
490 ["function", "member"],
491 ["function", "min"],
492 ["function", "nanp"],
493 ["function", "nargs"],
494 ["function", "nmatrix"],
495 ["function", "nmatrixp"],
496 ["function", "null"],
497 ["function", "number"],
498 ["function", "numberp"],
499 ["function", "ord"],
500 ["function", "pack"],
501 ["function", "packed"],
502 ["function", "pointer"],
503 ["function", "pointer_cast"],
504 ["function", "pointer_tag"],
505 ["function", "pointer_type"],
506 ["function", "pointerp"],
507 ["function", "pow"],
508 ["function", "pred"],
509 ["function", "ptrtag"],
510 ["function", "put"],
511 ["function", "put_byte"],
512 ["function", "put_double"],
513 ["function", "put_float"],
514 ["function", "put_int"],
515 ["function", "put_int64"],
516 ["function", "put_long"],
517 ["function", "put_pointer"],
518 ["function", "put_short"],
519 ["function", "put_string"],
520 ["function", "rational"],
521 ["function", "rationalp"],
522 ["function", "re"],
523 ["function", "real"],
524 ["function", "realp"],
525 ["function", "realloc"],
526 ["function", "record"],
527 ["function", "recordp"],
528 ["function", "redim"],
529 ["function", "reduce"],
530 ["function", "reduce_with"],
531 ["function", "ref"],
532 ["function", "refp"],
533 ["function", "repeat"],
534 ["function", "repeatn"],
535 ["function", "reverse"],
536 ["function", "rlist"],
537 ["function", "rlistp"],
538 ["function", "round"],
539 ["function", "row"],
540 ["function", "rows"],
541 ["function", "rowcat"],
542 ["function", "rowcatmap"],
543 ["function", "rowmap"],
544 ["function", "rowrev"],
545 ["function", "rowvector"],
546 ["function", "rowvectorp"],
547 ["function", "rowvectorseq"],
548 ["function", "same"],
549 ["function", "scanl"],
550 ["function", "scanl1"],
551 ["function", "scanr"],
552 ["function", "scanr1"],
553 ["function", "sentry"],
554 ["function", "sgn"],
555 ["function", "short_matrix"],
556 ["function", "short_pointer"],
557 ["function", "slice"],
558 ["function", "smatrix"],
559 ["function", "smatrixp"],
560 ["function", "sort"],
561 ["function", "split"],
562 ["function", "str"],
563 ["function", "strcat"],
564 ["function", "stream"],
565 ["function", "stride"],
566 ["function", "string"],
567 ["function", "string_dup"],
568 ["function", "string_list"],
569 ["function", "string_vector"],
570 ["function", "stringp"],
571 ["function", "subdiag"],
572 ["function", "subdiagmat"],
573 ["function", "submat"],
574 ["function", "subseq"],
575 ["function", "subseq2"],
576 ["function", "substr"],
577 ["function", "succ"],
578 ["function", "supdiag"],
579 ["function", "supdiagmat"],
580 ["function", "symbol"],
581 ["function", "symbolp"],
582 ["function", "tail"],
583 ["function", "take"],
584 ["function", "takewhile"],
585 ["function", "thunk"],
586 ["function", "thunkp"],
587 ["function", "transpose"],
588 ["function", "trunc"],
589 ["function", "tuple"],
590 ["function", "tuplep"],
591 ["function", "typep"],
592 ["function", "ubyte"],
593 ["function", "uint"],
594 ["function", "uint64"],
595 ["function", "ulong"],
596 ["function", "uncurry"],
597 ["function", "uncurry3"],
598 ["function", "unref"],
599 ["function", "unzip"],
600 ["function", "unzip3"],
601 ["function", "update"],
602 ["function", "ushort"],
603 ["function", "val"],
604 ["function", "vals"],
605 ["function", "var"],
606 ["function", "varp"],
607 ["function", "vector"],
608 ["function", "vectorp"],
609 ["function", "vectorseq"],
610 ["function", "void"],
611 ["function", "zip"],
612 ["function", "zip3"],
613 ["function", "zipwith"],
614 ["function", "zipwith3"]
615 ]
616
617 ----------------------------------------------------
618
619 Checks for functions.
OLDNEW
« no previous file with comments | « lib/src/prism/tests/languages/pure/comment_feature.test ('k') | lib/src/prism/tests/languages/pure/keyword_feature.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698