Searched refs:skipRight (Results 1 – 2 of 2) sorted by relevance
49 auto *skipRight = pg->AllocLabel(); in CompileLogical() local57 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()
119 auto *skipRight = pg->AllocLabel(); in Compile() local126 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()