Home | History | Annotate | Download | only in cctest

Lines Matching refs:maybe_object

1074     i::MaybeObject* maybe_object = i::Isolate::Current()->pending_exception();
1076 CHECK(maybe_object->To(&exception));
1079 maybe_object = exception->GetProperty(*type_symbol);
1080 CHECK(maybe_object->To(&type_string));