Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js242 function isSuperProperty(node) { function
243 return ts.isSuperProperty(node);
307 isSuperProperty: isSuperProperty, property
Djshelpers.d.ts75 export function isSuperProperty(node: ts.Node);
Dcompiler.ts1039 if (jshelpers.isSuperProperty(unaryExpr)) {
/arkcompiler/ets_frontend/ts2panda/src/expression/
DmemberAccessExpression.ts31 if (jshelpers.isSuperProperty(node)) {
54 if (!jshelpers.isSuperProperty(node)) {
/arkcompiler/ets_frontend/ts2panda/src/base/
Dlreference.ts94 …if (jshelpers.isSuperProperty(<ts.ElementAccessExpression | ts.PropertyAccessExpression>this.node)…
117 if (!jshelpers.isSuperProperty(this.node)) {
/arkcompiler/ets_frontend/ts2panda/src/statement/
DclassStatement.ts820 if (jshelpers.isSuperProperty(node) ||
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2isSuperProperty=ue,e.isThisProperty=function(e){var t=e.kind;return(204===t||205===t)&&108===e.exp… method