mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 22:28:22 +00:00
LibJS/Tests: Enable Proxy handler apply() thisArg test that now passes
This commit is contained in:
parent
419c21c66f
commit
95059b9549
Notes:
sideshowbarker
2024-07-18 07:00:38 +09:00
Author: https://github.com/linusg
Commit: 95059b9549
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ describe("[[Call]] trap normal behavior", () => {
|
|||
apply(target, this_, arguments_) {
|
||||
expect(target).toBe(f);
|
||||
// FIXME: `this_` is currently `handler`
|
||||
// expect(this_).toBeUndefined();
|
||||
expect(this_).toBeUndefined();
|
||||
if (arguments_[2]) {
|
||||
return arguments_[0] * arguments_[1];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue