clang fmt github action (#13724)

This commit is contained in:
Jarred Sumner
2024-09-06 17:15:07 -07:00
committed by GitHub
parent 3f9ad7cefc
commit e8c65a009f
79 changed files with 282 additions and 219 deletions

View File

@@ -37,7 +37,7 @@ using namespace JSC;
JSValue JSReadableStreamSource::start(JSGlobalObject& lexicalGlobalObject, CallFrame& callFrame, Ref<DeferredPromise>&& promise)
{
VM& vm = lexicalGlobalObject.vm();
// FIXME: Why is it ok to ASSERT the argument count here?
ASSERT(callFrame.argumentCount());
JSReadableStreamDefaultController* controller = jsDynamicCast<JSReadableStreamDefaultController*>(callFrame.uncheckedArgument(0));