Home
last modified time | relevance | path

Searched refs:bn (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h1247 auto *bn = allocator.GetMemPool()->New<IassignNode>(*this); variable
1248 bn->SetStmtID(stmtIDNext++);
1249 bn->SetOpnd(addrExpr->CloneTree(allocator), 0);
1250 bn->SetRHS(rhs->CloneTree(allocator));
1251 return bn;
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js17385 class bn {
18609 SwapchainInfo: bn,
20858 const s = new bn(this._canvas);
21141 SwapchainInfo: bn,
[all...]

Completed in 34 milliseconds