Scripting

This directory contains classes which manage the <script> elements and loading and execution of scripts in Blink.

The scripts are loaded by core/loader and executed by V8 via bindings/core/v8. The interaction between <script> elements and these components is controlled by core/script.

This directory implements the following scripting concepts in the HTML spec:

See Also

Slides