mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
parent
f9950a2c9c
commit
359afc3ad5
5 changed files with 51 additions and 37 deletions
|
|
@ -36,10 +36,10 @@ var inputTests = [
|
|||
suppressClick: true
|
||||
},
|
||||
|
||||
// 3 - anonymous function, but spidermonkey gives us an inferred name.
|
||||
// 3 - anonymous function, but gets name.
|
||||
{
|
||||
input: "testobj1.testfn2",
|
||||
output: "function testobj1.testfn2()",
|
||||
output: "function testfn2()",
|
||||
printOutput: "function () { return 42; }",
|
||||
suppressClick: true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue