Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js126 function isLet(node) { function
127 return ts.isLet(node);
277 isLet: isLet, property
Dvariable.ts100 isLet(): boolean { method in Variable
Djshelpers.d.ts46 export function isLet(node: ts.Node): boolean;
DsyntaxChecker.ts411 if (jshelpers.isLet(node.declarationList)) {
444 if (jshelpers.isLet(node) || jshelpers.isVarConst(node)) {
1165 if (jshelpers.isLet(variableStatement.declarationList)) {
Dcompiler.ts1425 if (variable.v.isLet()) {
1461 if ((variable.v.isLet() || variable.v.isClass()) && !variable.v.isInitialized()) {
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2isLet=function(t){return!!(1&e.getCombinedNodeFlags(t))},e.isSuperCall=function(e){return 206===e.… method