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:
<script>elements- Interactions between scripts and HTML/XML documents/parsers
- A part of Scripting
- scripts
- Fetching scripts
- creating scripts
- calling scripts
- Integration with the JavaScript module system