MCPcopy Index your code
hub / github.com/nodejs/node / missingDictionaryMemberMessage

Function missingDictionaryMemberMessage

lib/internal/webidl.js:674–677  ·  view source on GitHub ↗

* Returns the message used for a missing required dictionary member. * @param {string} dictionaryName Dictionary identifier. * @param {string} key Dictionary member identifier. * @returns {string}

(dictionaryName, key)

Source from the content-addressed store, hash-verified

672 * @returns {string}
673 */
674function missingDictionaryMemberMessage(dictionaryName, key) {
675 return `cannot be converted to '${dictionaryName}' because ` +
676 `'${key}' is required in '${dictionaryName}'.`;
677}
678
679/**
680 * Creates a converter for a Web IDL dictionary type.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…