Searched refs:stringifier (Results 1 – 8 of 8) sorted by relevance
11 stringifier attribute USVString href;41 stringifier;
503 stringifier;570 [CEReactions] stringifier attribute DOMString value;
330 [CEReactions] stringifier attribute USVString href;1671 [LegacyUnforgeable] stringifier attribute USVString href;2267 stringifier readonly attribute USVString href;
193 stringifier: false property567 stringifier: false, property632 function stringifier() { function635 return Object.assign({}, EMPTY_OPERATION, { stringifier: true }); property640 member.stringifier = true;729 stringifier() ||757 stringifier() ||
67 if (it.stringifier && !it.idlType) return "stringifier;";80 if (it.stringifier) ret += "stringifier ";
382 "stringifier": false,419 * `stringifier`: True if a stringifier operation.420 * `idlType`: An [IDL Type](#idl-type) of what the operation returns. If a stringifier, may be absen…421 * `name`: The name of the operation. If a stringifier, may be `null`.433 "stringifier": false,455 * `stringifier`: True if it's a stringifier attribute.
2574 if (member.stringifier) {2589 } else if (member.stringifier) {2852 if (this.members.some(function(member) { return member.stringifier; })) {
9330 // JS stringifier can build scientific format without dots: 5e-100,