Home
last modified time | relevance | path

Searched refs:orig_col (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/uglify-js/lib/
Dsourcemap.js126 add: options.orig ? function(source, gen_line, gen_col, orig_line, orig_col, name) { argument
134 if (orig_col >= col) indices = segments[i];
135 if (orig_col <= col) break;
142 orig_col = indices[3];
146 add(source, gen_line, gen_col, orig_line, orig_col, name);
168 function add(source, gen_line, gen_col, orig_line, orig_col, name) { argument
187 mappings += vlq_encode(orig_col - original_column);
188 original_column = orig_col;
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dsourcemap.js71 function add(source, gen_line, gen_col, orig_line, orig_col, name) { argument
75 column: orig_col
82 orig_col = info.column;
87 original : { line: orig_line + options.orig_line_diff, column: orig_col },