mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 20:16:33 +02:00
parent
1d8bf95926
commit
200f6b31f3
3 changed files with 19 additions and 10 deletions
|
@ -181,6 +181,16 @@ addTest("toString modified", function(log){
|
|||
configurable: true
|
||||
},
|
||||
log
|
||||
) | checkPropertyDescriptor(
|
||||
Function.prototype,
|
||||
"toString",
|
||||
{
|
||||
value: function toString(){},
|
||||
writable: true,
|
||||
enumerable: false,
|
||||
configurable: true
|
||||
},
|
||||
log
|
||||
);
|
||||
});
|
||||
addTest("function name", function(log){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue