0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 20:25:12 -05:00
denoland-deno/libdeno
Ryan Dahl c113df1bb8
Process source maps in Rust instead of JS (#1280)
- 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.
2018-12-06 23:05:36 -05:00
..
api.cc Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
binding.cc Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
BUILD.gn gn snapshot template's target_name should be target 2018-12-03 13:44:21 -08:00
deno.gni gn snapshot template's target_name should be target 2018-12-03 13:44:21 -08:00
deno.h Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
file_util.cc libdeno: add file utilities Dirname() and ExePath() 2018-08-26 18:27:23 +02:00
file_util.h libdeno: add file utilities Dirname() and ExePath() 2018-08-26 18:27:23 +02:00
file_util_test.cc Fix warnings. 2018-08-30 05:48:40 -04:00
internal.h Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
libdeno_test.cc Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
libdeno_test.js Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
snapshot_creator.cc Process source maps in Rust instead of JS (#1280) 2018-12-06 23:05:36 -05:00
test.cc build: remove absolute path 2018-11-01 13:34:16 +01:00
test.h libdeno: deno_new should take a snapshot parameter. 2018-10-24 14:52:38 -07:00