angular-cn/packages/compiler/test/output
Miško Hevery 64770571b2 perf: don't create holey arrays (#32155)
Don't use `Array` constructor with the size value (ex. `new Array(5)`) - this will create a `HOLEY_ELEMENTS` array (even if this array is filled in later on!);

https://v8.dev/blog/elements-kinds
https://stackoverflow.com/questions/32054170/how-to-resize-an-array

PR Close #32155
2019-08-21 08:27:43 -07:00
..
abstract_emitter_node_only_spec.ts build: upgrade jasmine (and related typings) to latest version (#19904) 2018-07-06 13:48:02 -07:00
abstract_emitter_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
js_emitter_node_only_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
js_emitter_spec.ts perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
output_ast_spec.ts feat(compiler): support for singleline, multiline & jsdoc comments (#22715) 2018-03-15 14:48:53 -07:00
output_jit_spec.ts perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
source_map_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
ts_emitter_node_only_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
ts_emitter_spec.ts perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00