Skip to main content

Module function

Module function 

Source
Expand description

Function call execution.

This module provides function call execution logic for the JavaScript interpreter.

Functionsยง

call_builtin
Call a built-in function from the registry.
call_function
Call a function with the given arguments.
is_callable
Check if a value is callable.
is_constructor
Check if a value is a constructor.