Home
last modified time | relevance | path

Searched refs:skipRight (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp49 auto *skipRight = pg->AllocLabel(); in CompileLogical() local
57 pg->BranchIfFalse(this, skipRight); in CompileLogical()
59 pg->BranchIfTrue(this, skipRight); in CompileLogical()
67 pg->BranchIfStrictNotUndefined(this, skipRight); in CompileLogical()
76 pg->SetLabel(this, skipRight); in CompileLogical()
DassignmentExpression.cpp119 auto *skipRight = pg->AllocLabel(); in Compile() local
126 pg->BranchIfFalse(left_, skipRight); in Compile()
128 pg->BranchIfTrue(left_, skipRight); in Compile()
134 pg->BranchIfStrictNotUndefined(this, skipRight); in Compile()
142 pg->SetLabel(this, skipRight); in Compile()