mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
refactor(core): Move Deno.core bindings to ops (#14793)
This commit is contained in:
parent
cfb6067f9b
commit
9385a91312
17 changed files with 941 additions and 1260 deletions
|
@ -231,7 +231,7 @@ delete Object.prototype.__proto__;
|
|||
function runtimeStart(runtimeOptions, source) {
|
||||
core.setMacrotaskCallback(timers.handleTimerMacrotask);
|
||||
core.setWasmStreamingCallback(fetch.handleWasmStreaming);
|
||||
core.setFormatExceptionCallback(formatException);
|
||||
core.opSync("op_set_format_exception_callback", formatException);
|
||||
version.setVersions(
|
||||
runtimeOptions.denoVersion,
|
||||
runtimeOptions.v8Version,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue