MCPcopy
hub / github.com/vuejs/core / isInternalObject

Function isInternalObject

packages/runtime-core/src/internalObject.ts:12–13  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

10 Object.create(internalObjectProto)
11
12export const isInternalObject = (obj: object): boolean =>
13 Object.getPrototypeOf(obj) === internalObjectProto

Callers 2

guardReactivePropsFunction · 0.90
normalizeChildrenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected