mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #3049 - Use standard JSContext declaration in minimal JIT header
This commit is contained in:
parent
4b41cdd82a
commit
f0727cea52
1 changed files with 2 additions and 1 deletions
|
|
@ -6,9 +6,10 @@
|
|||
#ifndef jit_LoongArchMinimalJit_h
|
||||
#define jit_LoongArchMinimalJit_h
|
||||
|
||||
#include "jspubtd.h"
|
||||
|
||||
namespace js {
|
||||
|
||||
class JSContext;
|
||||
class RunState;
|
||||
|
||||
namespace jit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue