This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
d451abfc91
denoland-deno
/
cli
/
tests
/
testdata
/
test
/
recursive_permissions_pledge.js
7 lines
143 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor: remove Deno.core (#16881) This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-01-24 12:54:10 -05:00
Deno
[
Deno
.
internal
]
.
core
.
ops
.
op
_pledge
_test
_permissions
(
fix: panic when trying to pledge permissions before restoring previous pledge (#14306) This commit fixes and edge case, where testing/benching code could pledge new permission set before restoring the previous pledge. Appropriate panics were added and tests that assert that process is killed in case of "recursive pledge".
2022-04-17 11:47:24 -04:00
"none"
,
)
;
refactor: remove Deno.core (#16881) This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-01-24 12:54:10 -05:00
Deno
[
Deno
.
internal
]
.
core
.
ops
.
op
_pledge
_test
_permissions
(
fix: panic when trying to pledge permissions before restoring previous pledge (#14306) This commit fixes and edge case, where testing/benching code could pledge new permission set before restoring the previous pledge. Appropriate panics were added and tests that assert that process is killed in case of "recursive pledge".
2022-04-17 11:47:24 -04:00
"inherit"
,
)
;
Copy permalink