Compare commits

...

1 Commits

Author SHA1 Message Date
Meghan Denny
5eec6bf651 node:readline: fix this Reflect.apply primordial 2024-04-23 23:55:21 -07:00

View File

@@ -28,7 +28,7 @@
const EventEmitter = require("node:events");
const { StringDecoder } = require("node:string_decoder");
const internalGetStringWidth = $newZigFunction("string.zig", "String.jsGetStringWidth", 1);
const ReflectApply = Reflect.apply;
const ReflectApply = Reflect.$apply;
const ObjectGetPrototypeOf = Object.getPrototypeOf;
const ObjectGetOwnPropertyDescriptors = Object.getOwnPropertyDescriptors;
const ObjectValues = Object.values;