Searched refs:implicit_nodes (Results 1 – 1 of 1) sorted by relevance
1080 int implicit_nodes = descriptor.HasContextParameter() ? 2 : 1; in CallStubN() local1081 DCHECK_LE(implicit_nodes, input_count); in CallStubN()1082 int argc = input_count - implicit_nodes; in CallStubN()