Home | History | Annotate | Download | only in src

Lines Matching refs:type_obj

290   Object* type_obj;
291 if (maybe_result->ToObject(&type_obj)) {
292 if (type_obj->IsString()) {
293 String* type_str = String::cast(type_obj);