macro_rules! located_script_name {
    () => { ... };
}
Expand description

A helper macro that will return a call site in Rust code. Should be used when executing internal one-line scripts for JsRuntime lifecycle.

Returns a string in form of: “[deno:<filename>:<line>:<column>]