Lines Matching full:expectations
311 const RecordExpectation expectations[], int num) {
325 CHECK(expectations[i].object->StrictEquals(value));
329 CHECK(v8_str(expectations[i].type)
332 if (strcmp("splice", expectations[i].type) != 0) {
337 CHECK(v8_str(expectations[i].name)
340 if (!expectations[i].old_value.IsEmpty()) {
345 CHECK(expectations[i]
355 #define EXPECT_RECORDS(records, expectations) \
356 ExpectRecords(CcTest::isolate(), records, expectations, \
357 arraysize(expectations))