Lines Matching defs:args
344 va_list args;345 va_start(args, format);346 int result = v8::internal::VSNPrintF(buf, format, args);347 va_end(args);