Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/vdom/
DElement.ts72 const NativeElementClass = NativeElementClassFactory.nativeElementClassMap.get(type); constant
73 if (NativeElementClass && !isExtended) {
75 Object.defineProperty(NativeElementClass.prototype, 'getContext', {
95 return new NativeElementClass(props);