mirror of
https://github.com/denoland/deno.git
synced 2025-08-30 23:38:03 +00:00
parent
2d2b5625e0
commit
cda15f2a98
3 changed files with 16 additions and 45 deletions
|
@ -117,6 +117,7 @@
|
|||
return {
|
||||
value,
|
||||
writable: true,
|
||||
enumerable: false,
|
||||
configurable: true,
|
||||
};
|
||||
}
|
||||
|
@ -125,6 +126,8 @@
|
|||
return {
|
||||
value,
|
||||
enumerable: true,
|
||||
writable: false,
|
||||
configurable: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -132,6 +135,7 @@
|
|||
return {
|
||||
get: getter,
|
||||
enumerable: true,
|
||||
configurable: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue