1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/core/libdeno
Bert Belder 878d092df9
Revert "Work around Windows-only V8 concurrent initialization crash"
This fix is no longer necessary as the underlying V8 bug has been
fixed upstream.

This reverts commit 48bcfce09e.
2019-06-11 23:17:41 +02:00
..
api.cc Revert "Work around Windows-only V8 concurrent initialization crash" 2019-06-11 23:17:41 +02:00
binding.cc Upgrade V8 to 7.7.37 (#2492) 2019-06-10 18:49:30 -04:00
buffer.h core: make PinnedBuf::Raw -> PinnedBuf conversion actually a move 2019-05-11 03:13:29 +02:00
BUILD.gn Refactor zero-copy buffers for performance and to prevent memory leaks 2019-05-01 21:11:09 +02:00
deno.h Expose dynamic import in core (#2472) 2019-06-10 15:27:34 -04:00
exceptions.cc Deno.core.evalContext & Deno.core.print fix (#2465) 2019-06-06 21:51:04 -04:00
exceptions.h Deno.core.evalContext & Deno.core.print fix (#2465) 2019-06-06 21:51:04 -04:00
file_util.cc Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
file_util.h Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
file_util_test.cc Rename test targets (#2262) 2019-05-01 09:48:56 -04:00
internal.h libdeno: expose dynamic import (#2461) 2019-06-06 19:07:47 -04:00
libdeno.d.ts Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00
libdeno_test.cc Deno.core.evalContext & Deno.core.print fix (#2465) 2019-06-06 21:51:04 -04:00
libdeno_test.js Deno.core.evalContext & Deno.core.print fix (#2465) 2019-06-06 21:51:04 -04:00
modules.cc Expose dynamic import in core (#2472) 2019-06-10 15:27:34 -04:00
modules_test.cc Expose dynamic import in core (#2472) 2019-06-10 15:27:34 -04:00
snapshot_creator.cc libdeno: expose dynamic import (#2461) 2019-06-06 19:07:47 -04:00
test.cc core: snapshot improvements (#2052) 2019-04-08 10:12:43 -04:00
test.h core: remove support for moving deno_buf ownership from C++ to JavaScript 2019-05-02 06:25:44 +02:00