Skip to main content

Module fn_parser

Module fn_parser 

Source

Structsยง

EnvFnRef ๐Ÿ”’
Wrapper for a raw napi_ref with its associated environment.

Constantsยง

NAPI_ENV_RAW ๐Ÿ”’

Functionsยง

expr_to_napi_value ๐Ÿ”’
napi_value_to_expr ๐Ÿ”’
parse_debug_file_path ๐Ÿ”’
Parses a JS string or function into a JSFunction for use as debugFilePath.
parse_env_function ๐Ÿ”’
parse_env_object ๐Ÿ”’
Parses a JS object into an IndexMap<String, EnvEntry>.
parse_env_value ๐Ÿ”’
read_napi_string ๐Ÿ”’
with_napi_env ๐Ÿ”’
Sets the NAPI env for the duration of a closure, then clears it.