[][src]Module boa::context

Javascript context.

Structs

Context

Javascript context. It is the primary way to interact with the runtime.

StandardConstructor

Store a builtin constructor (such as Object) and its corresponding prototype.

StandardObjects

Cached core standard objects.