Searched refs:BuildTest (Results 1 – 3 of 3) sorted by relevance
247 void BuildTest(ToBooleanMode mode, BytecodeLabels* then_labels,
4999 void BytecodeGenerator::BuildTest(ToBooleanMode mode, in BuildTest() function in v8::internal::interpreter::BytecodeGenerator5040 BuildTest(ToBooleanModeFromTypeHint(type_hint), then_labels, else_labels, in VisitForTest()5053 BuildTest(ToBooleanModeFromTypeHint(result_scope->type_hint()), in VisitInSameTestExecutionScope()
26 class BuildTest(unittest.TestCase): class