Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | const pool = {};
pool['treev_style_default'] = new abap.types.Integer({qualifiedName: "I"});
pool['treev_style_default'].set(1);
pool['treev_style_intensified'] = new abap.types.Integer({qualifiedName: "I"});
pool['treev_style_intensified'].set(2);
pool['treev_style_intensifd_critical'] = new abap.types.Integer({qualifiedName: "I"});
pool['treev_style_intensifd_critical'].set(4);
pool['treev_style_emphasized_a'] = new abap.types.Integer({qualifiedName: "I"});
pool['treev_style_emphasized_a'].set(8);
pool['treev_style_emphasized_b'] = new abap.types.Integer({qualifiedName: "I"});
pool['treev_style_emphasized_b'].set(9);
pool['treev_style_emphasized_c'] = new abap.types.Integer({qualifiedName: "I"});
pool['treev_style_emphasized_c'].set(10);
abap.TypePools['TREEV'] = pool; |