mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
YUes I am god
This commit is contained in:
parent
5024e19c08
commit
c61e62ec91
6 changed files with 56 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
export function getOwnPropertyDescriptorHandler(target, prop) {
|
||||
let realDescriptor = Reflect.getOwnPropertyDescriptor(target, prop);
|
||||
if (!realDescriptor) return realDescriptor;
|
||||
return realDescriptor;
|
||||
|
||||
let d: PropertyDescriptor = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue