Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts449 … const propertyNode: ts.PropertyAccessExpression = createPropertyAccessExpressionWithThis(content);
585 createPropertyAccessExpressionWithThis(name.getText()),
593 …ts.factory.createPropertyAccessExpression(createPropertyAccessExpressionWithThis(`__${name.getText…
609 createPropertyAccessExpressionWithThis(name.getText()),
617 createPropertyAccessExpressionWithThis(`__${name.getText()}`),
666 createPropertyAccessExpressionWithThis(`__${name.getText()}`),
708 createPropertyAccessExpressionWithThis(`__${name}`),
710 createPropertyAccessExpressionWithThis(INITIALIZE_CONSUME_FUNCTION), undefined, [
725 createPropertyAccessExpressionWithThis(name), ts.factory.createToken(ts.SyntaxKind.EqualsToken),
812 createPropertyAccessExpressionWithThis(`__${propertyName}`),
[all …]