Searched refs:is_jsruntime (Results 1 – 4 of 4) sorted by relevance
1115 return is_jsruntime() ? NameForNativeContextIntrinsicIndex(context_index_) in debug_name()1118 return is_jsruntime() ? "(context function)" : function_->name; in debug_name()
1791 bool is_jsruntime() const { return function_ == nullptr; } in is_jsruntime() function1794 DCHECK(is_jsruntime()); in context_index()1798 DCHECK(!is_jsruntime()); in function()
1392 node->is_jsruntime() ? " (JS function)" : ""); in VisitCallRuntime()
5757 if (expr->is_jsruntime()) { in VisitCallRuntime()