mirror of
https://github.com/oven-sh/bun
synced 2026-03-01 13:01:06 +01:00
Make .get() ignore Object.prototype instead of using getOwn (#14322)
This commit is contained in:
@@ -22,11 +22,6 @@ namespace Bun {
|
||||
void addNodeModuleConstructorProperties(JSC::VM &vm, Zig::GlobalObject *globalObject);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
namespace Zig {
|
||||
|
||||
void generateNativeModule_NodeModule(
|
||||
|
||||
Reference in New Issue
Block a user