1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/core
Ryan Dahl d8714281b4
Resolve callback moved from Behavior to mod_instantiate() (#1999)
This simplifies the Behavior trait and makes it more explicit where the
resolve callback is being made.

Also s/StartupScript/Script
2019-03-25 17:43:31 -04:00
..
BUILD.gn core: Behavior shouldn't be generic 2019-03-15 10:58:18 -04:00
Cargo.toml third_party: upgrade rust crates 2019-02-27 10:24:22 -08:00
flags.rs core: Abstract out Behavior from Isolate (#1904) 2019-03-11 17:57:36 -04:00
http_bench.js Integrate //core into existing code base 2019-03-18 17:17:08 -04:00
http_bench.rs Resolve callback moved from Behavior to mod_instantiate() (#1999) 2019-03-25 17:43:31 -04:00
isolate.rs Resolve callback moved from Behavior to mod_instantiate() (#1999) 2019-03-25 17:43:31 -04:00
js_errors.rs Use deno_core::JSError in deno (#1855) 2019-02-28 16:19:04 -05:00
lib.rs Integrate //core into existing code base 2019-03-18 17:17:08 -04:00
libdeno.rs core: Allow terminating an Isolate from another thread (#1982) 2019-03-21 09:48:19 -04:00
shared_queue.js Integrate //core into existing code base 2019-03-18 17:17:08 -04:00
shared_queue.rs Integrate //core into existing code base 2019-03-18 17:17:08 -04:00
shared_queue_test.js Integrate //core into existing code base 2019-03-18 17:17:08 -04:00