Lines Matching defs:args
408 va_list args;409 va_start(args, format);410 int result = v8::internal::VSNPrintF(buf, format, args);411 va_end(args);