()
| 4235 | } |
| 4236 | const internalObjectProto = {}; |
| 4237 | const createInternalObject = () => Object.create(internalObjectProto); |
| 4238 | const isInternalObject = (obj) => Object.getPrototypeOf(obj) === internalObjectProto; |
| 4239 | function initProps(instance, rawProps, isStateful, isSSR = false) { |
| 4240 | const props = {}; |