mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 14:22:01 +00:00
Bump WebKit (#17095)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -732,7 +732,7 @@ class JSModuleConstructor : public JSC::InternalFunction {
|
||||
|
||||
public:
|
||||
DECLARE_EXPORT_INFO;
|
||||
static constexpr bool needsDestruction = false;
|
||||
static constexpr JSC::DestructionMode needsDestruction = DoesNotNeedDestruction;
|
||||
static constexpr unsigned StructureFlags = Base::StructureFlags | HasStaticPropertyTable;
|
||||
|
||||
static JSC::Structure* createStructure(JSC::VM& vm,
|
||||
|
||||
Reference in New Issue
Block a user