Home
last modified time | relevance | path

Searched defs:BB (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinfiniteExpansionThroughInstantiation2.ts30 interface BB extends AA<AA<BB>> interface
DmoduleWithStatementsOfEveryKind.ts60 export class BB<T> extends A { class
/arkcompiler/ets_runtime/test/quickfix/class_mem_var/
Dmodule.js26 globalThis.BB = new B(); variable in globalThis
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h1173 #define BB(INDEX) builder_->GetBlock(INDEX) macro