mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
parent
f9950a2c9c
commit
359afc3ad5
5 changed files with 51 additions and 37 deletions
|
|
@ -52,7 +52,7 @@ function test_inferred_name_function() {
|
|||
do_check_eq(args[0].class, "Function");
|
||||
// No name for an anonymous function, but it should have an inferred name.
|
||||
do_check_eq(args[0].name, undefined);
|
||||
do_check_eq(args[0].displayName, "o.m");
|
||||
do_check_eq(args[0].displayName, "m");
|
||||
|
||||
let objClient = gThreadClient.pauseGrip(args[0]);
|
||||
objClient.getParameterNames(function (aResponse) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue