mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Import Tycho weave client
This commit is contained in:
parent
e4ac0e17f8
commit
c53787dfdb
183 changed files with 7272 additions and 16759 deletions
|
|
@ -27,23 +27,19 @@ function run_test() {
|
|||
this._locked = false;
|
||||
},
|
||||
|
||||
func: function() {
|
||||
return this._lock("Test utils lock",
|
||||
function() {
|
||||
rightThis = this == obj;
|
||||
didCall = true;
|
||||
return 5;
|
||||
})();
|
||||
},
|
||||
func: function() this._lock("Test utils lock",
|
||||
function() {
|
||||
rightThis = this == obj;
|
||||
didCall = true;
|
||||
return 5;
|
||||
})(),
|
||||
|
||||
throwy: function() {
|
||||
return this._lock("Test utils lock throwy",
|
||||
function() {
|
||||
rightThis = this == obj;
|
||||
didCall = true;
|
||||
this.throwy();
|
||||
})();
|
||||
}
|
||||
throwy: function() this._lock("Test utils lock throwy",
|
||||
function() {
|
||||
rightThis = this == obj;
|
||||
didCall = true;
|
||||
this.throwy();
|
||||
})()
|
||||
};
|
||||
|
||||
_("Make sure a normal call will call and return");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue