Searched refs:is_jsruntime (Results 1 – 4 of 4) sorted by relevance
981 return is_jsruntime() ? NameForNativeContextIntrinsicIndex(context_index_) in debug_name()984 return is_jsruntime() ? "(context function)" : function_->name; in debug_name()
1774 bool is_jsruntime() const { return function_ == nullptr; } in is_jsruntime() function1777 DCHECK(is_jsruntime()); in context_index()1781 DCHECK(!is_jsruntime()); in function()
1295 node->is_jsruntime() ? " (JS function)" : ""); in VisitCallRuntime()
3812 if (expr->is_jsruntime()) { in VisitCallRuntime()