MCPcopy Create free account
hub / github.com/breck7/scroll / createParserPool

Method createParserPool

external/.scrollLibs.js:22449–22743  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22447
22448 class htmlTagParser extends ParserBackedParticle {
22449 createParserPool() {
22450 return new Particle.ParserPool(
22451 undefined,
22452 Object.assign(Object.assign({}, super.createParserPool()._getCueMapAsObject()), {
22453 blockquote: htmlTagParser,
22454 colgroup: htmlTagParser,
22455 datalist: htmlTagParser,
22456 fieldset: htmlTagParser,
22457 menuitem: htmlTagParser,
22458 noscript: htmlTagParser,
22459 optgroup: htmlTagParser,
22460 progress: htmlTagParser,
22461 styleTag: htmlTagParser,
22462 template: htmlTagParser,
22463 textarea: htmlTagParser,
22464 titleTag: htmlTagParser,
22465 address: htmlTagParser,
22466 article: htmlTagParser,
22467 caption: htmlTagParser,
22468 details: htmlTagParser,
22469 section: htmlTagParser,
22470 summary: htmlTagParser,
22471 button: htmlTagParser,
22472 canvas: htmlTagParser,
22473 dialog: htmlTagParser,
22474 figure: htmlTagParser,
22475 footer: htmlTagParser,
22476 header: htmlTagParser,
22477 hgroup: htmlTagParser,
22478 iframe: htmlTagParser,
22479 keygen: htmlTagParser,
22480 legend: htmlTagParser,
22481 object: htmlTagParser,
22482 option: htmlTagParser,
22483 output: htmlTagParser,
22484 script: htmlTagParser,
22485 select: htmlTagParser,
22486 source: htmlTagParser,
22487 strong: htmlTagParser,
22488 aside: htmlTagParser,
22489 embed: htmlTagParser,
22490 input: htmlTagParser,
22491 label: htmlTagParser,
22492 meter: htmlTagParser,
22493 param: htmlTagParser,
22494 small: htmlTagParser,
22495 table: htmlTagParser,
22496 tbody: htmlTagParser,
22497 tfoot: htmlTagParser,
22498 thead: htmlTagParser,
22499 track: htmlTagParser,
22500 video: htmlTagParser,
22501 abbr: htmlTagParser,
22502 area: htmlTagParser,
22503 base: htmlTagParser,
22504 body: htmlTagParser,
22505 code: htmlTagParser,
22506 form: htmlTagParser,

Callers

nothing calls this directly

Calls 2

_getCueMapAsObjectMethod · 0.80
createParserPoolMethod · 0.45

Tested by

no test coverage detected