1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/ops
Bartek Iwańczuk 0d1f626edd
refactor(core): JsRuntime initialization (#7415)
Removes:
- "deno_core::StartupData"
- "deno_core::Script"
- "deno_core::OwnedScript"

Changes to "JsRuntime":
- remove "new_with_loader()"
- remove "with_heap_limits()"
- rename "IsolateOptions" to "RuntimeOptions" and make public
- "JsRuntime::new()" takes "RuntimeOptions" as a single param
2020-09-11 15:18:49 +02:00
..
compiler.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
dispatch_minimal.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
errors.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
fetch.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
fs.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
fs_events.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
idna.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
io.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
mod.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
net.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
net_unix.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
os.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
permissions.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
plugin.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
process.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
random.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
repl.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
resources.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
runtime.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
runtime_compiler.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
signal.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
timers.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
tls.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
tty.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
web_worker.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
websocket.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
worker_host.rs refactor(core): JsRuntime initialization (#7415) 2020-09-11 15:18:49 +02:00