Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/denoland/roll-your-own-javascript-runtime
/ functions
Functions
12 in github.com/denoland/roll-your-own-javascript-runtime
⨍
Functions
12
◇
Types & classes
1
↓ 2 callers
Function
argsToMessage
(...args)
src/runtime.js:3
↓ 1 callers
Function
run_js
(file_path: &str)
src/main.rs:146
Method
load
( &self, module_specifier: &deno_core::ModuleSpecifier, _maybe_referrer: Option<&reqwest::Url>,
src/main.rs:67
Function
main
()
build.rs:5
Function
main
()
src/main.rs:163
Function
op_fetch
(#[string] url: String)
src/main.rs:41
Function
op_process_task
(#[string] path: String)
src/main.rs:35
Function
op_read_file
( #[string] path: String, )
src/main.rs:15
Function
op_remove_file
(#[string] path: String)
src/main.rs:30
Function
op_set_timeout
(delay: f64)
src/main.rs:51
Function
op_write_file
( #[string] path: String, #[string] contents: String, )
src/main.rs:22
Method
resolve
( &self, specifier: &str, referrer: &str, _kind: deno_core::ResolutionKind, )
src/main.rs:58