Searched defs:compiledLogicalOr (Results 1 – 3 of 3) sorted by relevance
135 type compiledLogicalOr struct { struct136 baseCompiledExpr137 left, right compiledExpr1129 func (e *compiledLogicalOr) constant() bool {1144 func (e *compiledLogicalOr) emitGetter(putOnStack bool) {
159 type compiledLogicalOr struct { struct160 baseCompiledExpr161 left, right compiledExpr1525 func (e *compiledLogicalOr) constant() bool {1540 func (e *compiledLogicalOr) emitGetter(putOnStack bool) {
160 type compiledLogicalOr struct { struct161 baseCompiledExpr162 left, right compiledExpr1589 func (e *compiledLogicalOr) constant() bool {1604 func (e *compiledLogicalOr) emitGetter(putOnStack bool) {