Issue #3049 - Use standard JSContext declaration in minimal JIT header

This commit is contained in:
Basilisk-Dev 2026-04-15 23:18:51 -04:00 committed by wuggy
commit f0727cea52

View file

@ -6,9 +6,10 @@
#ifndef jit_LoongArchMinimalJit_h
#define jit_LoongArchMinimalJit_h
#include "jspubtd.h"
namespace js {
class JSContext;
class RunState;
namespace jit {