Home | History | Annotate | Download | only in interpreter

Lines Matching full:compound_expr

2294   std::pair<const char*, Handle<Object>> compound_expr[] = {
2308 for (size_t i = 0; i < arraysize(compound_expr); i++) {
2310 InterpreterTester::SourceForBody(compound_expr[i].first));
2315 CHECK(return_value->SameValue(*compound_expr[i].second));
2324 std::pair<const char*, Handle<Object>> compound_expr[2] = {
2333 for (size_t i = 0; i < arraysize(compound_expr); i++) {
2334 InterpreterTester tester(handles.main_isolate(), compound_expr[i].first);
2338 CHECK(return_value->SameValue(*compound_expr[i].second));