Home
last modified time | relevance | path

Searched defs:chain (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypeNestedGenericInstantiation.ts28 declare function chain<T>(t: T): Chainable<T>; function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DchainExpression.cpp38 compiler::OptionalChain chain(pg, this); in Compile() local