Lines Matching defs:lhs
46 compiler::VReg lhs = pg->AllocReg();
54 // left -> acc -> lhs -> toboolean -> acc -> bool_lhs
56 pg->StoreAccumulator(this, lhs);
65 // if lhs === null
67 pg->LoadAccumulator(this, lhs);
68 // if lhs === undefined
77 // left is false/true(and/or) then lhs -> acc
79 pg->LoadAccumulator(this, lhs);
120 compiler::VReg lhs = pg->AllocReg();
123 pg->StoreAccumulator(right_, lhs);
126 pg->Binary(right_, operator_, lhs);