Searched refs:IsJumpIfToBoolean (Results 1 – 2 of 2) sorted by relevance
127 if (Bytecodes::IsJumpIfToBoolean(current)) { in LookupActionAndData()
484 static CONSTEXPR bool IsJumpIfToBoolean(Bytecode bytecode) { in IsJumpIfToBoolean() function506 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode); in IsJumpWithoutEffects()