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.