Home | History | Annotate | Download | only in src

Lines Matching refs:message_obj

1215       Handle<Object> message_obj = CreateMessage(exception, location);
1216 thread_local_top()->pending_message_obj_ = *message_obj;
1235 MessageHandler::GetLocalizedMessage(this, message_obj).get());
1864 Object* message_obj = thread_local_top_.pending_message_obj_;
1884 if (!message_obj->IsTheHole(this) && should_report_exception) {
1886 Handle<JSMessageObject> message(JSMessageObject::cast(message_obj), this);
1981 Handle<JSMessageObject> message_obj(
1983 Handle<Script> script(message_obj->script(), this);
1984 int start_pos = message_obj->start_position();
1985 int end_pos = message_obj->end_position();