(no title)
zanethomas | 1 year ago
makeThing(options, usethistoo) { let foo = options.foo; let thistoo = usethistoo;
return {
functions...
}
}zanethomas | 1 year ago
makeThing(options, usethistoo) { let foo = options.foo; let thistoo = usethistoo;
return {
functions...
}
}
unchar1|1 year ago
You can use d8 to check what the class structure ends up looking like [2]
---
[1]: https://v8.dev/docs/hidden-classes
[2]: https://v8.dev/docs/d8