Searched refs:isPropertyNameLiteral (Results 1 – 14 of 14) sorted by relevance
/third_party/typescript/src/services/ |
D | navigateTo.ts | 84 … return isPropertyNameLiteral(node) && (containers.push(getTextOfIdentifierOrLiteral(node)), true);
|
D | navigationBar.ts | 140 while (!isPropertyNameLiteral(entityName)) {
|
D | completions.ts | 2557 …existingName = name && isPropertyNameLiteral(name) ? getEscapedTextOfIdentifierOrLiteral(name) : u…
|
D | utilities.ts | 1105 …return getTouchingToken(sourceFile, position, n => isPropertyNameLiteral(n) || isKeyword(n.kind) |…
|
/third_party/typescript/src/compiler/transformers/ |
D | destructuring.ts | 446 if (propertyName && !isPropertyNameLiteral(propertyName)) return false;
|
/third_party/typescript/src/compiler/ |
D | utilities.ts | 2458 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) { 3490 export function isPropertyNameLiteral(node: Node): node is PropertyNameLiteral { function
|
D | binder.ts | 364 … return isPropertyNameLiteral(name) ? getEscapedTextOfIdentifierOrLiteral(name) : undefined;
|
D | checker.ts | 33311 … isPropertyNameLiteral(node.name) && isPropertyNameLiteral(subsequentName) &&
|
/third_party/typescript/lib/ |
D | typescriptServices.js | 15642 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) { 16621 function isPropertyNameLiteral(node) { function 16632 ts.isPropertyNameLiteral = isPropertyNameLiteral; 40937 … return ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(name) : undefined; 74234 … ts.isPropertyNameLiteral(node.name) && ts.isPropertyNameLiteral(subsequentName) && 83633 if (propertyName && !ts.isPropertyNameLiteral(propertyName)) 116822 …n getTouchingToken(sourceFile, position, function (n) { return ts.isPropertyNameLiteral(n) || ts.i… 122546 …existingName = name && ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(nam… 127648 …return ts.isPropertyNameLiteral(node) && (containers.push(ts.getTextOfIdentifierOrLiteral(node)), … 127813 while (!ts.isPropertyNameLiteral(entityName)) {
|
D | tsserverlibrary.js | 15642 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) { 16621 function isPropertyNameLiteral(node) { function 16632 ts.isPropertyNameLiteral = isPropertyNameLiteral; 40937 … return ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(name) : undefined; 74234 … ts.isPropertyNameLiteral(node.name) && ts.isPropertyNameLiteral(subsequentName) && 83633 if (propertyName && !ts.isPropertyNameLiteral(propertyName)) 116822 …n getTouchingToken(sourceFile, position, function (n) { return ts.isPropertyNameLiteral(n) || ts.i… 122546 …existingName = name && ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(nam… 127648 …return ts.isPropertyNameLiteral(node) && (containers.push(ts.getTextOfIdentifierOrLiteral(node)), … 127813 while (!ts.isPropertyNameLiteral(entityName)) {
|
D | tsserver.js | 15448 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) { 16427 function isPropertyNameLiteral(node) { function 16438 ts.isPropertyNameLiteral = isPropertyNameLiteral; 40743 … return ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(name) : undefined; 74040 … ts.isPropertyNameLiteral(node.name) && ts.isPropertyNameLiteral(subsequentName) && 83439 if (propertyName && !ts.isPropertyNameLiteral(propertyName)) 116253 …n getTouchingToken(sourceFile, position, function (n) { return ts.isPropertyNameLiteral(n) || ts.i… 121977 …existingName = name && ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(nam… 127079 …return ts.isPropertyNameLiteral(node) && (containers.push(ts.getTextOfIdentifierOrLiteral(node)), … 127244 while (!ts.isPropertyNameLiteral(entityName)) {
|
D | typescript.js | 15642 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) { 16621 function isPropertyNameLiteral(node) { function 16632 ts.isPropertyNameLiteral = isPropertyNameLiteral; 40937 … return ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(name) : undefined; 74234 … ts.isPropertyNameLiteral(node.name) && ts.isPropertyNameLiteral(subsequentName) && 83633 if (propertyName && !ts.isPropertyNameLiteral(propertyName)) 116822 …n getTouchingToken(sourceFile, position, function (n) { return ts.isPropertyNameLiteral(n) || ts.i… 122546 …existingName = name && ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(nam… 127648 …return ts.isPropertyNameLiteral(node) && (containers.push(ts.getTextOfIdentifierOrLiteral(node)), … 127813 while (!ts.isPropertyNameLiteral(entityName)) {
|
D | tsc.js | 11937 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) { 12822 function isPropertyNameLiteral(node) { function 12833 ts.isPropertyNameLiteral = isPropertyNameLiteral; 33244 … return ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(name) : undefined; 62033 … ts.isPropertyNameLiteral(node.name) && ts.isPropertyNameLiteral(subsequentName) && 70159 if (propertyName && !ts.isPropertyNameLiteral(propertyName))
|
D | typingsInstaller.js | 15437 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) { 16416 function isPropertyNameLiteral(node) { function 16427 ts.isPropertyNameLiteral = isPropertyNameLiteral; 40732 … return ts.isPropertyNameLiteral(name) ? ts.getEscapedTextOfIdentifierOrLiteral(name) : undefined; 74029 … ts.isPropertyNameLiteral(node.name) && ts.isPropertyNameLiteral(subsequentName) && 83428 if (propertyName && !ts.isPropertyNameLiteral(propertyName))
|