mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
chore: upgrade webkit (#7720)
* update * alwaysInline * update webkit commit * update webkit tag * remove webkit_url * check for exception and update webkit commit * update webkit tag
This commit is contained in:
@@ -45,7 +45,8 @@ static void maybeAddCodeCoverage(JSC::VM& vm, const JSC::SourceCode& code)
|
||||
Identifier(), \
|
||||
ImplementationVisibility::Public, \
|
||||
ConstructorKind::None, \
|
||||
ConstructAbility::CannotConstruct) \
|
||||
ConstructAbility::CannotConstruct, \
|
||||
InlineAttribute::None) \
|
||||
->link(vm, nullptr, source), \
|
||||
static_cast<JSC::JSGlobalObject*>(globalObject)); \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user