Home | History | Annotate | Download | only in compiler

Lines Matching defs:argc

278   int const argc = static_cast<int>(params.arity()) - 2;
279 if (argc > CallApiCallbackStub::kArgMax || !params.feedback().IsValid()) {
395 int const argc = static_cast<int>(params.arity() - 2);
396 CallApiCallbackStub stub(isolate, argc, data->IsUndefined(isolate), false);
400 cid.GetStackParameterCount() + argc + 1 /* implicit receiver */,