Home | History | Annotate | Download | only in src

Lines Matching refs:IsTheHole

884   DCHECK(message->IsJSMessageObject() || message->IsTheHole());
885 DCHECK(script->IsScript() || script->IsTheHole());
1211 if (!thread_local_top_.pending_message_obj_->IsTheHole()) {
1215 if (!thread_local_top_.pending_message_script_->IsTheHole()) {
1237 !thread_local_top_.pending_message_obj_->IsTheHole() &&
1238 !thread_local_top_.pending_message_obj_->IsTheHole()) {
1801 thread_local_top_.pending_message_obj_->IsTheHole());
1803 thread_local_top_.pending_message_script_->IsTheHole());
1808 if (thread_local_top_.pending_message_obj_->IsTheHole()) return true;