Home
last modified time | relevance | path

Searched defs:sourceCode (Results 1 – 17 of 17) sorted by relevance

/third_party/node/tools/node_modules/eslint/lib/rules/
Dprefer-object-spread.js65 function needsParens(node, sourceCode) { argument
88 function argNeedsParens(node, sourceCode) { argument
107 function getParenTokens(node, leftArgumentListParen, sourceCode) { argument
134 function getStartWithSpaces(token, sourceCode) { argument
161 function getEndWithSpaces(token, sourceCode) { argument
179 function defineFixer(node, sourceCode) { argument
Dpadding-line-between-statements.js106 function isBlockLikeStatement(sourceCode, node) { argument
139 function isDirective(node, sourceCode) { argument
161 function isDirectivePrologue(node, sourceCode) { argument
189 function getActualLastToken(sourceCode, node) { argument
Dno-useless-call.js41 function isValidThisArg(expectedThis, thisArg, sourceCode) { argument
Dno-unreachable.js33 constructor(sourceCode) { argument
Dprefer-exponentiation-operator.js54 function doesExponentiationExpressionNeedParens(node, sourceCode) { argument
Dindent.js195 constructor(sourceCode) { argument
/third_party/node/tools/node_modules/eslint/lib/linter/
Dreport-translator.js135 function mergeFixes(fixes, sourceCode) { argument
172 function normalizeFixes(descriptor, sourceCode) { argument
194 function mapSuggestions(descriptor, sourceCode, messages) { argument
Dlinter.js833 function runRules(sourceCode, configuredRules, ruleMapper, parserOptions, parserName, settings, fil… argument
915 sourceCode, property
/third_party/node/tools/node_modules/eslint/lib/rules/utils/
Dast-utils.js487 function hasJSDocThisTag(node, sourceCode) { argument
508 function isParenthesised(sourceCode, node) { argument
649 function getOpeningParenOfParams(node, sourceCode) { argument
662 function equalTokens(left, right, sourceCode) { argument
923 isDefaultThisBinding(node, sourceCode, { capIsConstructor = true } = {}) { argument
1462 getFunctionHeadLoc(node, sourceCode) { argument
1530 getNextLocation(sourceCode, { line, column }) { argument
1555 getParenthesisedText(sourceCode, node) { argument
1745 getNameLocationInGlobalDirectiveComment(sourceCode, comment, name) { argument
Dfix-tracker.js29 constructor(fixer, sourceCode) { argument
/third_party/node/tools/eslint-rules/
Dnon-ascii-character.js29 const reportIfError = (node, sourceCode) => { argument
/third_party/node/tools/node_modules/eslint/node_modules/eslint-utils/
Dindex.js204 function getOpeningParenOfParams(node, sourceCode) { argument
216 function getFunctionHeadLocation(node, sourceCode) { argument
1018 sourceCode, argument
1035 function getParentSyntaxParen(node, sourceCode) { argument
Dindex.mjs198 function getOpeningParenOfParams(node, sourceCode) { argument
210 function getFunctionHeadLocation(node, sourceCode) { argument
1012 sourceCode, argument
1029 function getParentSyntaxParen(node, sourceCode) { argument
/third_party/node/tools/node_modules/eslint/lib/source-code/
Dsource-code.js105 function isSpaceBetween(sourceCode, first, second, checkInsideOfJSXText) { argument
/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/
Dprettify.js1 …;var u=[h,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,sign… property
/third_party/node/deps/npm/node_modules/unique-filename/coverage/
Dprettify.js1 …;var u=[h,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,sign… property
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/
Dajv.d.ts200 sourceCode?: boolean; property