mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #618 - Fix JSAPI additions to pass the JS context.
This commit is contained in:
parent
91a79c0ddc
commit
b590ecea12
2 changed files with 8 additions and 6 deletions
|
|
@ -4396,10 +4396,10 @@ extern JS_PUBLIC_API(JSScript*)
|
|||
GetModuleScript(JSContext* cx, JS::HandleObject moduleRecord);
|
||||
|
||||
extern JS_PUBLIC_API(bool)
|
||||
IsModuleErrored(JSObject* moduleRecord);
|
||||
IsModuleErrored(JSContext* cx, JSObject* moduleRecord);
|
||||
|
||||
extern JS_PUBLIC_API(JS::Value)
|
||||
GetModuleError(JSObject* moduleRecord);
|
||||
GetModuleError(JSContext* cx, JSObject* moduleRecord);
|
||||
|
||||
} /* namespace JS */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue