Home
last modified time | relevance | path

Searched refs:stringifier (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/fixtures/wpt/interfaces/
Durl.idl11 stringifier attribute USVString href;
41 stringifier;
Ddom.idl503 stringifier;
570 [CEReactions] stringifier attribute DOMString value;
Dhtml.idl330 [CEReactions] stringifier attribute USVString href;
1671 [LegacyUnforgeable] stringifier attribute USVString href;
2267 stringifier readonly attribute USVString href;
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/
Dwebidl2.js193 stringifier: false property
567 stringifier: false, property
632 function stringifier() { function
635 return Object.assign({}, EMPTY_OPERATION, { stringifier: true }); property
640 member.stringifier = true;
729 stringifier() ||
757 stringifier() ||
Dwriter.js67 if (it.stringifier && !it.idlType) return "stringifier;";
80 if (it.stringifier) ret += "stringifier ";
/third_party/node/test/fixtures/wpt/resources/webidl2/
DREADME.md382 "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.
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js2574 if (member.stringifier) {
2589 } else if (member.stringifier) {
2852 if (this.members.some(function(member) { return member.stringifier; })) {
/third_party/node/tools/
Dlint-md.mjs9330 // JS stringifier can build scientific format without dots: 5e-100,