tree: 9073936905e41877f18dd09ac5b0737fe10db77b [path history] [tgz]
  1. BUILD.gn
  2. classic_pending_script.cc
  3. classic_pending_script.h
  4. classic_script.cc
  5. classic_script.h
  6. document_modulator_impl.cc
  7. document_modulator_impl.h
  8. document_modulator_impl_test.cc
  9. document_write_intervention.cc
  10. document_write_intervention.h
  11. dynamic_module_resolver.cc
  12. dynamic_module_resolver.h
  13. dynamic_module_resolver_test.cc
  14. fetch_client_settings_object_impl.cc
  15. fetch_client_settings_object_impl.h
  16. html_parser_script_runner.cc
  17. html_parser_script_runner.h
  18. html_parser_script_runner_host.h
  19. ignore_destructive_write_count_incrementer.h
  20. import_map.cc
  21. import_map.h
  22. js_module_script.cc
  23. js_module_script.h
  24. mock_script_element_base.h
  25. modulator.cc
  26. modulator.h
  27. modulator_impl_base.cc
  28. modulator_impl_base.h
  29. module_import_meta.h
  30. module_map.cc
  31. module_map.h
  32. module_map_test.cc
  33. module_pending_script.cc
  34. module_pending_script.h
  35. module_record_resolver.h
  36. module_record_resolver_impl.cc
  37. module_record_resolver_impl.h
  38. module_record_resolver_impl_test.cc
  39. module_script.cc
  40. module_script.h
  41. module_script_test.cc
  42. OWNERS
  43. parsed_specifier.cc
  44. parsed_specifier.h
  45. pending_import_map.cc
  46. pending_import_map.h
  47. pending_script.cc
  48. pending_script.h
  49. README.md
  50. script.cc
  51. script.h
  52. script_element_base.cc
  53. script_element_base.h
  54. script_loader.cc
  55. script_loader.h
  56. script_runner.cc
  57. script_runner.h
  58. script_runner_test.cc
  59. script_scheduling_type.h
  60. value_wrapper_synthetic_module_script.cc
  61. value_wrapper_synthetic_module_script.h
  62. worker_modulator_impl.cc
  63. worker_modulator_impl.h
  64. worklet_modulator_impl.cc
  65. worklet_modulator_impl.h
  66. xml_parser_script_runner.cc
  67. xml_parser_script_runner.h
  68. xml_parser_script_runner_host.h
third_party/blink/renderer/core/script/README.md

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