Searched refs:extAttrs (Results 1 – 4 of 4) sorted by relevance
84 "extAttrs": [...]100 * `extAttrs`: A list of [extended attributes](#extended-attributes).113 "extAttrs": [...]120 "extAttrs": [...]133 * `extAttrs`: A list of [extended attributes](#extended-attributes).145 "extAttrs": [...]151 "extAttrs": [...]161 * `extAttrs`: A list of [extended attributes](#extended-attributes).173 "extAttrs": [...]183 * `extAttrs`: A list of [extended attributes](#extended-attributes).[all …]
17 let ret = extended_attributes(it.extAttrs);40 let ret = extended_attributes(arg.extAttrs);66 let ret = extended_attributes(it.extAttrs);78 let ret = extended_attributes(it.extAttrs);88 let ret = extended_attributes(it.extAttrs);97 let ret = extended_attributes(it.extAttrs);105 let ret = extended_attributes(it.extAttrs);113 let ret = extended_attributes(it.extAttrs);121 let ret = extended_attributes(it.extAttrs);129 const ret = extended_attributes(it.extAttrs);[all …]
201 extAttrs: [] property391 const extAttrs = extended_attrs();393 if (extAttrs.length && ret) ret.extAttrs = extAttrs;400 ret.extAttrs = extended_attrs();734 mem.extAttrs = ea;761 mem.extAttrs = ea;793 mem.extAttrs = ea;836 extAttrs: ea, property946 def.extAttrs = ea;
686 var exposed = object.extAttrs && object.extAttrs.filter(a => a.name === "Exposed");885 if (parsed_idl.extAttrs)891 const exposureAttr = parsed_idl.extAttrs.find(a => a.name === "Exposed");906 member.extAttrs.push(exposureAttr);910 parsed_idl.extAttrs.forEach(function(extAttr)916 this.members[parsed_idl.name].extAttrs.push(extAttr);1163 return this.extAttrs.some(function(o)1222 this.extAttrs = obj.extAttrs;1268 return this.extAttrs.some(function(attribute) {1280 var legacyNamespace = this.extAttrs.find(function(attribute) {[all …]