mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 19:38:58 +00:00
Bump WebKit (#17095)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -560,7 +560,7 @@ class ${name} final : public JSC::InternalFunction {
|
||||
)}* prototype);
|
||||
|
||||
static constexpr unsigned StructureFlags = Base::StructureFlags;
|
||||
static constexpr bool needsDestruction = false;
|
||||
static constexpr JSC::DestructionMode needsDestruction = DoesNotNeedDestruction;
|
||||
|
||||
static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@ function header() {
|
||||
static constexpr SinkID Sink = SinkID::${name};
|
||||
|
||||
static constexpr unsigned StructureFlags = Base::StructureFlags;
|
||||
static constexpr bool needsDestruction = false;
|
||||
static constexpr JSC::DestructionMode needsDestruction = DoesNotNeedDestruction;
|
||||
|
||||
DECLARE_EXPORT_INFO;
|
||||
template<typename, JSC::SubspaceAccess mode> static JSC::GCClient::IsoSubspace* subspaceFor(JSC::VM& vm)
|
||||
|
||||
Reference in New Issue
Block a user