Home | History | Annotate | Download | only in runtime

Lines Matching full:argument_count_signed

1189   int argument_count_signed = 0;
1191 GetCallerArguments(isolate, 0, &argument_count_signed);
1192 const uint32_t argument_count = argument_count_signed;