Lines Matching refs:instance
1985 message: `Expected ${V} to be an instance of ${i.name}.`
5429 function bodyMixinMethods(instance) {
5440 }, instance);
5445 }, instance);
5448 return specConsumeBody(this, utf8DecodeBytes, instance);
5451 return specConsumeBody(this, parseJSONFromBytes, instance);
5454 webidl.brandCheck(this, instance);
5532 header: `${instance.name}.formData`,
5545 async function specConsumeBody(object, convertBytesToJSValue, instance) {
5546 webidl.brandCheck(object, instance);