We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4253a57 commit 064e82fCopy full SHA for 064e82f
packages/runtime-core/src/internalObject.ts
@@ -4,7 +4,7 @@
4
* `Object.getPrototypeOf`. This is more performant than defining a
5
* non-enumerable property. (one of the optimizations done for ssr-benchmark)
6
*/
7
-const internalObjectProto = Object.create(null)
+const internalObjectProto = {}
8
9
export const createInternalObject = () => Object.create(internalObjectProto)
10
0 commit comments