1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/core/libdeno
Ryan Dahl e438ac2c74
Add op_id throughout op API (#2734)
Removes the magic number hack to switch between flatbuffers and the
minimal dispatcher.

Adds machinery to pass the op_id through the shared_queue.
2019-08-07 14:02:29 -04:00
..
api.cc Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
binding.cc Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
buffer.h core: make PinnedBuf::Raw -> PinnedBuf conversion actually a move 2019-05-11 03:13:29 +02:00
BUILD.gn Rewrite snapshot_creator in Rust 2019-07-08 18:18:28 -04:00
deno.h Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
exceptions.cc Add error handling for dynamic imports to libdeno (#2678) 2019-07-24 01:57:32 +02:00
exceptions.h Add error handling for dynamic imports to libdeno (#2678) 2019-07-24 01:57:32 +02:00
internal.h Add error handling for dynamic imports to libdeno (#2678) 2019-07-24 01:57:32 +02:00
libdeno.d.ts Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
libdeno_test.cc Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
libdeno_test.js Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
modules.cc Add error handling for dynamic imports to libdeno (#2678) 2019-07-24 01:57:32 +02:00
modules_test.cc Add op_id throughout op API (#2734) 2019-08-07 14:02:29 -04:00
test.cc Rewrite snapshot_creator in Rust 2019-07-08 18:18:28 -04:00
test.h core: remove support for moving deno_buf ownership from C++ to JavaScript 2019-05-02 06:25:44 +02:00