MCPcopy
hub / github.com/ampproject/amphtml / assertNotTemplate

Function assertNotTemplate

src/custom-element.js:2163–2165  ·  view source on GitHub ↗

@param {!Element} element

(element)

Source from the content-addressed store, hash-verified

2161
2162/** @param {!Element} element */
2163function assertNotTemplate(element) {
2164 devAssert(!element.isInTemplate_, 'Must never be called in template');
2165}
2166
2167/**
2168 * Creates a new custom element class prototype.

Callers 6

buildInternalMethod · 0.85
layoutCallbackMethod · 0.85
unlayoutCallbackMethod · 0.85
enqueActionMethod · 0.85
togglePlaceholderMethod · 0.85
toggleFallbackMethod · 0.85

Calls 1

devAssertFunction · 0.90

Tested by

no test coverage detected