Skip to main content

Module eval

Module eval 

Source
Expand description

Boa’s implementation of ECMAScript’s global eval function.

The eval() function evaluates ECMAScript code represented as a string.

More information: