mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 13:58:40 +09:00
Issue #618 - Match JSAPI names with the changes in 9ca74147225eed305e28c7887f9b2251aeeb0f36
Ref: BZ 1388728
This commit is contained in:
parent
5838eded5f
commit
91a79c0ddc
5 changed files with 20 additions and 21 deletions
|
|
@ -4704,7 +4704,7 @@ JS::GetModuleHostDefinedField(JSObject* module)
|
|||
}
|
||||
|
||||
JS_PUBLIC_API(bool)
|
||||
JS::ModuleDeclarationInstantiation(JSContext* cx, JS::HandleObject moduleArg)
|
||||
JS::ModuleInstantiate(JSContext* cx, JS::HandleObject moduleArg)
|
||||
{
|
||||
AssertHeapIsIdle(cx);
|
||||
CHECK_REQUEST(cx);
|
||||
|
|
@ -4713,7 +4713,7 @@ JS::ModuleDeclarationInstantiation(JSContext* cx, JS::HandleObject moduleArg)
|
|||
}
|
||||
|
||||
JS_PUBLIC_API(bool)
|
||||
JS::ModuleEvaluation(JSContext* cx, JS::HandleObject moduleArg)
|
||||
JS::ModuleEvaluate(JSContext* cx, JS::HandleObject moduleArg)
|
||||
{
|
||||
AssertHeapIsIdle(cx);
|
||||
CHECK_REQUEST(cx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue