Strongly type GlobalObject::processObject() (#19826)

This commit is contained in:
190n
2025-05-22 21:48:48 -07:00
committed by GitHub
parent 6d348fa759
commit efb6b823c9
7 changed files with 30 additions and 27 deletions

View File

@@ -39,6 +39,8 @@
#include "JSCommonJSExtensions.h"
#include "BunProcess.h"
namespace Bun {
using namespace JSC;
using namespace Zig;