Home
last modified time | relevance | path

Searched refs:isPropertyNameLiteral (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/services/
DnavigateTo.ts84 … return isPropertyNameLiteral(node) && (containers.push(getTextOfIdentifierOrLiteral(node)), true);
DnavigationBar.ts140 while (!isPropertyNameLiteral(entityName)) {
Dcompletions.ts2557 …existingName = name && isPropertyNameLiteral(name) ? getEscapedTextOfIdentifierOrLiteral(name) : u…
Dutilities.ts1105 …return getTouchingToken(sourceFile, position, n => isPropertyNameLiteral(n) || isKeyword(n.kind) |…
/third_party/typescript/src/compiler/transformers/
Ddestructuring.ts446 if (propertyName && !isPropertyNameLiteral(propertyName)) return false;
/third_party/typescript/src/compiler/
Dutilities.ts2458 if (isPropertyNameLiteral(name) && isPropertyNameLiteral(initializer)) {
3490 export function isPropertyNameLiteral(node: Node): node is PropertyNameLiteral { function
Dbinder.ts364 … return isPropertyNameLiteral(name) ? getEscapedTextOfIdentifierOrLiteral(name) : undefined;
Dchecker.ts33311isPropertyNameLiteral(node.name) && isPropertyNameLiteral(subsequentName) &&
/third_party/typescript/lib/
DtypescriptServices.js15642 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)) {
Dtsserverlibrary.js15642 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)) {
Dtsserver.js15448 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)) {
Dtypescript.js15642 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)) {
Dtsc.js11937 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))
DtypingsInstaller.js15437 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))