Home
last modified time | relevance | path

Searched defs:typeLiteral (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dobject.cpp181 auto *typeLiteral = type->Variable()->Declaration()->Node()->AsTSTypeLiteral(); in ResolveObjectTypeMembers() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp185 … const ir::TSTypeLiteral *typeLiteral = type->Variable()->Declaration()->Node()->AsTSTypeLiteral(); in ResolveObjectTypeMembers() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts2527 const typeLiteral = node as ts.TypeLiteralNode; constant