mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
parent
7b30bfee4c
commit
5838eded5f
2 changed files with 20 additions and 0 deletions
|
|
@ -4396,6 +4396,12 @@ GetRequestedModules(JSContext* cx, JS::HandleObject moduleRecord);
|
|||
extern JS_PUBLIC_API(JSScript*)
|
||||
GetModuleScript(JSContext* cx, JS::HandleObject moduleRecord);
|
||||
|
||||
extern JS_PUBLIC_API(bool)
|
||||
IsModuleErrored(JSObject* moduleRecord);
|
||||
|
||||
extern JS_PUBLIC_API(JS::Value)
|
||||
GetModuleError(JSObject* moduleRecord);
|
||||
|
||||
} /* namespace JS */
|
||||
|
||||
extern JS_PUBLIC_API(bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue