Age | Commit message (Collapse) | Author |
|
|
|
We always pass around Box<[u8]>, and adding this generic is an
unnecessary complication.
Add deno_core_http_bench_test to test.py
sharedQueue works on deno_core_http_bench
|
|
|
|
* Privatize a few deno_core::Isolate methods
* Add deno_core::Isolate docs
|
|
Move v8_set_flags and v8_version to core. (The idea is that src/ should
not depend on libdeno.rs anymore. This is a step towards that.)
|
|
|
|
src/js_errors.rs takes care of source maps and color while
core/js_errors.rs is just the basic struct.
|
|
|
|
This aids development using Visual Studio Code. The http_bench can't be
built with cargo yet because it needs to link with libdeno.
|
|
A new low-level crate with focus on speed.
This doesn't yet hook into the existing code base.
|