Lines Matching refs:hint
232 function wrapApiChanges(api, statusCode, oldMessage, newMessage, hint, oldNode, newNode, syscap) { argument
238 hint: hint,
256 const hint = useinstead.length > 0 ? `useinstead: ${useinstead[0]}` : '';
257 diffHistoricalJsDoc(oldApi, newApi, diffReporter, hint);
258 diffErrorCode(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint);
259 diffPermission(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint);
260 diffForm(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint);
261 diffCrossplatform(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint);
262 diffDeprecated(diffReporter, oldApi, newApi, hint);
263 diffApiLevel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint);
264 diffAppModel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint);
265 diffType(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint);
282 function diffHistoricalJsDoc(oldApi, newApi, diffReporter, hint) { argument
307 hint,
318 hint,
336 function diffType(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
342 hint, '', '', matchSyscapInFile(newApi)
348 hint,
365 function diffAppModel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
371 hint, '', '', matchSyscapInFile(newApi)
377 hint,
394 function diffApiLevel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
402 hint, '', '', matchSyscapInFile(newApi)
408 hint,
425 function diffCrossplatform(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
430 hint, '', '', matchSyscapInFile(newApi)
436 hint,
453 function diffForm(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
458 hint, '', '', matchSyscapInFile(newApi)
464 hint,
479 function diffSyscap(diffReporter, oldApi, newApi, hint) { argument
486 hint, '', '', matchSyscapInFile(newApi)
491 hint,
508 function diffSinceVersion(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
515 hint, '', '', matchSyscapInFile(newApi)
520 hint,
535 function diffDeprecated(diffReporter, oldApi, newApi, hint) { argument
542 hint, '', '', matchSyscapInFile(newApi)
547 hint,
564 function diffPermission(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
569 hint,
578 hint,
595 function diffErrorCode(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
606 hint,
614 hint,