mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 22:01:47 +00:00
bun run clang-format
This commit is contained in:
committed by
github-actions[bot]
parent
c54551e2ed
commit
8e85cf4ae9
@@ -149,7 +149,8 @@ template<> JSC::EncodedJSValue JSC_HOST_CALL_ATTRIBUTES JSEventEmitterDOMConstru
|
||||
RETURN_IF_EXCEPTION(throwScope, {});
|
||||
}
|
||||
Structure* structure = getDOMStructure<JSEventEmitter>(vm, globalObject)
|
||||
JSEventEmitter* instance = JSEventEmitter::create(structure, reinterpret_cast<Zig::GlobalObject*>(lexicalGlobalObject), object.copyRef());
|
||||
JSEventEmitter* instance
|
||||
= JSEventEmitter::create(structure, reinterpret_cast<Zig::GlobalObject*>(lexicalGlobalObject), object.copyRef());
|
||||
RETURN_IF_EXCEPTION(throwScope, {});
|
||||
RELEASE_AND_RETURN(throwScope, JSValue::encode(instance));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user