Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ createInternalObject
Function
createInternalObject
packages/runtime-core/src/internalObject.ts:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
const
internalObjectProto = {}
8
9
export
const
createInternalObject = (): any =>
10
Object.create(internalObjectProto)
11
12
export
const
isInternalObject = (obj: object): boolean =>
13
Object.getPrototypeOf(obj) === internalObjectProto
Callers
2
initSlots
Function · 0.90
initProps
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected