Home
last modified time | relevance | path

Searched defs:startLine (Results 1 – 25 of 30) sorted by relevance

12

/third_party/typescript/src/services/formatting/
DformattingContext.ts61 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(this.currentTokenSpan.pos).line; constant
86 …const startLine = this.sourceFile.getLineAndCharacterOfPosition(node.getStart(this.sourceFile)).li… constant
95 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(openBrace.getEnd()).line; constant
Dformatting.ts420 …const startLine = sourceFile.getLineAndCharacterOfPosition(enclosingNode.getStart(sourceFile)).lin… constant
508 const startLine = sourceFile.getLineAndCharacterOfPosition(startPos).line; constant
1212 const startLine = sourceFile.getLineAndCharacterOfPosition(startPos).line; constant
DsmartIndenter.ts707 const startLine = sourceFile.getLineAndCharacterOfPosition(rangeStart).line; constant
Drules.ts852 …const startLine = context.sourceFile.getLineAndCharacterOfPosition(context.currentTokenSpan.pos).l… constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2441 AST.prototype.emit = function (emitter, tokenId, startLine) { argument
2601 ASTList.prototype.emit = function (emitter, tokenId, startLine) { argument
2668 Identifier.prototype.emit = function (emitter, tokenId, startLine) { argument
2685 MissingIdentifier.prototype.emit = function (emitter, tokenId, startLine) { argument
2703 Label.prototype.emit = function (emitter, tokenId, startLine) { argument
2794 UnaryExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
2889 CallExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
2989 BinaryExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
3069 ConditionalExpression.prototype.emit = function (emitter, tokenId, startLine) { argument
3099 NumberLiteral.prototype.emit = function (emitter, tokenId, startLine) { argument
[all …]
DparserRealSource5.js91 PrintContext.prototype.startLine = function () { method in PrintContext
Dparserharness.js1475 startLine:0, property
3347 startLine: 0, property
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource5.ts25 public startLine() { method in PrintContext
/third_party/node/deps/v8/tools/system-analyzer/view/
Dscript-panel.mjs278 function* lineIterator(source, startLine) { argument
319 async createScriptNode(startLine) { argument
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan_test.go155 func span(startLine, startColumn, endLine, endColumn int) cov.Span { argument
/third_party/cef/libcef/browser/
Dframe_host_impl.cc151 int startLine) { in ExecuteJavaScript()
373 int startLine) { in SendJavaScript()
387 int startLine, const RenderFrameType& render_frame) { in SendJavaScript()
/third_party/parse5/packages/parse5/lib/common/
Dtoken.ts17 startLine: number; property
/third_party/cef/libcef/renderer/
Dframe_impl.cc152 int startLine) { in ExecuteJavaScript()
642 int32_t startLine) { in SendJavaScript()
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp338 Cluster* startLine; in moveForward() local
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-script.cc151 int startLine() const override { return m_startLine; } in startLine() function in v8_inspector::__anon4a7444230111::ActualScript
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h322 raw_ostream &startLine() { in startLine() function
/third_party/node/deps/v8/tools/
Dparse-processor.mjs958 processScriptDetails(scriptId, file, startLine, startColumn, size) { argument
Dprofile.mjs100 get startLine() { getter in Script
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dparser.js42 function getSource(startLine, startColumn, endLine, endColumn) { argument
/third_party/typescript/src/services/
DtextChanges.ts189 const startLine = getLineStartPositionForPosition(start, sourceFile); constant
Dutilities.ts2897 const startLine = sourceFile.getLineAndCharacterOfPosition(node.getEnd()).line; constant
/third_party/parse5/packages/parse5/lib/parser/
Dindex.ts245 startLine: loc.startLine, constant
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1790 int startLine = tokenizer.getLine(); in mergeField() local
/third_party/libfuse/example/
Dcxxopts.hpp1454 auto startLine = current; in format_description() local
/third_party/typescript/src/server/
Dprotocol.ts745 startLine: number; property

12