mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 20:25:12 -05:00
c113df1bb8
- Improves speed and binary size significantly. - Makes deno_last_exception() output a JSON structure. - Isolate::execute and Isolate::event_loop now return structured, mapped JSError objects on errors. - Removes libdeno functions: libdeno.setGlobalErrorHandler() libdeno.setPromiseRejectHandler() libdeno.setPromiseErrorExaminer() In collaboration with Ryan Dahl. |
||
---|---|---|
.. | ||
api.cc | ||
binding.cc | ||
BUILD.gn | ||
deno.gni | ||
deno.h | ||
file_util.cc | ||
file_util.h | ||
file_util_test.cc | ||
internal.h | ||
libdeno_test.cc | ||
libdeno_test.js | ||
snapshot_creator.cc | ||
test.cc | ||
test.h |