Lines Matching refs:RuntimeInterpreterTest
17 class RuntimeInterpreterTest : public TestWithIsolateAndZone { class
21 RuntimeInterpreterTest() {} in RuntimeInterpreterTest() function in v8::internal::interpreter::RuntimeInterpreterTest
22 ~RuntimeInterpreterTest() override {} in ~RuntimeInterpreterTest()
35 bool RuntimeInterpreterTest::TestOperatorWithObjects(RuntimeMethod method, in TestOperatorWithObjects()
47 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, int32_t lhs, in TestOperator()
55 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, double lhs, in TestOperator()
65 bool RuntimeInterpreterTest::TestOperator(RuntimeMethod method, const char* lhs, in TestOperator()
73 TEST_F(RuntimeInterpreterTest, TestOperatorsWithIntegers) { in TEST_F() argument
94 TEST_F(RuntimeInterpreterTest, TestOperatorsWithDoubles) { in TEST_F() argument
119 TEST_F(RuntimeInterpreterTest, TestOperatorsWithString) { in TEST_F() argument
140 TEST_F(RuntimeInterpreterTest, ToBoolean) { in TEST_F() argument