Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/vdom/
DElement.ts412 const afterNew: Node = list[newIndexAfter]; constant
419 target.nextSibling = afterNew;
420 if (afterNew) {
421 afterNew.previousSibling = target;