mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
e742af10aa
Ensure that at most one mutable Isolate reference exists at a time. `deno_execute()` and `deno_respond()` now borrow a reference to the rust-side isolate from the caller. When we need a reference to the isolate while one of these functions is on the stack, `deno_get_data()` can be used to borrow back that reference. |
||
---|---|---|
.. | ||
binding.cc | ||
deno.h | ||
file_util.cc | ||
file_util.h | ||
file_util_test.cc | ||
from_filesystem.cc | ||
from_snapshot.cc | ||
internal.h | ||
libdeno_test.cc | ||
libdeno_test.js | ||
snapshot_creator.cc | ||
test.cc |