Home
last modified time | relevance | path

Searched refs:lineOffset (Results 1 – 20 of 20) sorted by relevance

/third_party/node/test/es-module/
Dtest-vm-compile-function-lineoffset.js11 compileFunction('', [], { lineOffset: min, columnOffset: min }); property
12 compileFunction('', [], { lineOffset: max, columnOffset: max }); property
16 compileFunction('', [], { lineOffset: min - 1, columnOffset: max }); property
27 compileFunction('', [], { lineOffset: min, columnOffset: min - 1 }); property
/third_party/node/lib/internal/source_map/
Dsource_map.js176 findEntry(lineOffset, columnOffset) { argument
183 if (lineOffset < mapping[0] ||
184 (lineOffset === mapping[0] && columnOffset < mapping[1])) {
192 if (!first && entry && (lineOffset < entry[0] ||
193 (lineOffset === entry[0] && columnOffset < entry[1]))) {
224 const lineOffset = lineNumber - range.generatedLine;
229 lineNumber: range.originalLine + lineOffset,
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Dutf16.go46 lineOffset := offset - colZero
47 if lineOffset < 0 || offset > len(content) {
48 …return -1, fmt.Errorf("ToUTF16Column: offsets %v-%v outside file contents (%v)", lineOffset, offse…
52 start := content[lineOffset:]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dutf16.go46 lineOffset := offset - colZero
47 if lineOffset < 0 || offset > len(content) {
48 …return -1, fmt.Errorf("ToUTF16Column: offsets %v-%v outside file contents (%v)", lineOffset, offse…
52 start := content[lineOffset:]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dutf16.go46 lineOffset := offset - colZero
47 if lineOffset < 0 || offset > len(content) {
48 …return -1, fmt.Errorf("ToUTF16Column: offsets %v-%v outside file contents (%v)", lineOffset, offse…
52 start := content[lineOffset:]
/third_party/node/lib/internal/
Dvm.js73 code, filename, lineOffset, columnOffset, argument
79 lineOffset,
110 lineOffset, argument
124 lineOffset,
/third_party/node/lib/
Dvm.js77 lineOffset = 0,
86 validateInt32(lineOffset, 'options.lineOffset');
101 lineOffset,
308 lineOffset = 0,
318 validateInt32(lineOffset, 'options.lineOffset');
345 code, filename, lineOffset, columnOffset,
/third_party/node/test/parallel/
Dtest-vm-options-validation.js23 new vm.Script('void 0', { lineOffset: value }); property
33 new vm.Script('void 0', { lineOffset: value }); property
42 new vm.Script('void 0', { lineOffset: Number.MAX_SAFE_INTEGER }); property
Dtest-vm-context.js110 lineOffset: 32, property
Dtest-vm-basic.js268 { lineOffset: 3 } property
/third_party/node/src/
Dsourcemap.def160 * @param {number} lineOffset 0-indexed line offset in compiled resource
164 findEntry(lineOffset, columnOffset) {
171 if (lineOffset < mapping[0] ||
172 (lineOffset === mapping[0] && columnOffset < mapping[1])) {
180 if (!first && entry && (lineOffset < entry[0] ||
181 (lineOffset === entry[0] && columnOffset < entry[1]))) {
212 const lineOffset = lineNumber - range.generatedLine;
217 lineNumber: range.originalLine + lineOffset,
/third_party/node/lib/internal/vm/
Dmodule.js125 options.lineOffset, options.columnOffset,
270 lineOffset = 0,
279 validateInt32(lineOffset, 'options.lineOffset');
298 lineOffset, property
/third_party/typescript/src/harness/
Dclient.ts63 …private lineOffsetToPosition(fileName: string, lineOffset: protocol.Location, lineMap?: number[]):…
65 … return computePositionOfLineAndCharacter(lineMap, lineOffset.line - 1, lineOffset.offset - 1);
69 … const lineOffset = computeLineAndCharacterOfPosition(this.getLineMap(fileName), position); constant
71 line: lineOffset.line + 1,
72 offset: lineOffset.character + 1
/third_party/node/doc/api/
Dvm.md81 * `lineOffset` {number} Specifies the line number offset that is displayed
759 * `lineOffset` {integer} Specifies the line number offset that is displayed
1011 * `lineOffset` {number} Specifies the line number offset that is displayed
1234 * `lineOffset` {number} Specifies the line number offset that is displayed
1320 * `lineOffset` {number} Specifies the line number offset that is displayed
1417 * `lineOffset` {number} Specifies the line number offset that is displayed
Dmodule.md1004 #### `sourceMap.findEntry(lineOffset, columnOffset)`
1006 * `lineOffset` {number} The zero-indexed line number offset in
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp966 float lineOffset = 0.0f; in verifyMultisampleLineGroupRasterization() local
968 while (lineOffset < lineLength) in verifyMultisampleLineGroupRasterization()
970 float d0 = (float)lineOffset; in verifyMultisampleLineGroupRasterization()
1007 lineOffset = d1; in verifyMultisampleLineGroupRasterization()
/third_party/typescript/src/server/
DeditorServices.ts2984 const lineOffset = info.positionToLineOffset(pos); constant
2985 return { line: lineOffset.line - 1, character: lineOffset.offset - 1 };
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md1246 …node/commit/2a60e2ad71)] - **module,src**: do not wrap modules with -1 lineOffset (cjihrig) [#4298…
DCHANGELOG_V4.md2512 …node/commit/1408f7abb1)] - **module,src**: do not wrap modules with -1 lineOffset (cjihrig) [#4298…
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs19395 lineOffset: 0,
19407 lineOffset: 0,