[][src]Crate boa

Modules

environment
exec
js
syntax

Functions

evaluate
exec

Create a clean Interpreter and execute the code

forward

Execute the code using an existing Interpreter The str is consumed and the state of the Interpreter is changed

forward_val

Execute the code using an existing Interpreter The str is consumed and the state of the Interpreter is changed Similar to forward, except the current value is returned instad of the string If the interpreter fails parsing an error value is returned instead (error object)