tree: dc3d5b2228b4de73e6751b578c6271050f8f4732 [path history] [tgz]
  1. resources/
  2. BUILD.gn
  3. classic_pending_script.cc
  4. classic_pending_script.h
  5. classic_script.cc
  6. classic_script.h
  7. document_modulator_impl.cc
  8. document_modulator_impl.h
  9. document_modulator_impl_test.cc
  10. document_write_intervention.cc
  11. document_write_intervention.h
  12. dynamic_module_resolver.cc
  13. dynamic_module_resolver.h
  14. dynamic_module_resolver_test.cc
  15. fetch_client_settings_object_impl.cc
  16. fetch_client_settings_object_impl.h
  17. generate_lapi_grdp.py
  18. html_parser_script_runner.cc
  19. html_parser_script_runner.h
  20. html_parser_script_runner_host.h
  21. ignore_destructive_write_count_incrementer.h
  22. import_map.cc
  23. import_map.h
  24. layered_api.cc
  25. layered_api.h
  26. layered_api_resources.h
  27. layered_api_test.cc
  28. mock_script_element_base.h
  29. modulator.cc
  30. modulator.h
  31. modulator_impl_base.cc
  32. modulator_impl_base.h
  33. module_import_meta.h
  34. module_map.cc
  35. module_map.h
  36. module_map_test.cc
  37. module_pending_script.cc
  38. module_pending_script.h
  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_script.cc
  46. pending_script.h
  47. README.md
  48. script.h
  49. script_element_base.cc
  50. script_element_base.h
  51. script_loader.cc
  52. script_loader.h
  53. script_module_resolver.h
  54. script_module_resolver_impl.cc
  55. script_module_resolver_impl.h
  56. script_module_resolver_impl_test.cc
  57. script_runner.cc
  58. script_runner.h
  59. script_runner_test.cc
  60. script_scheduling_type.h
  61. worker_modulator_impl.cc
  62. worker_modulator_impl.h
  63. worklet_modulator_impl.cc
  64. worklet_modulator_impl.h
  65. xml_parser_script_runner.cc
  66. xml_parser_script_runner.h
  67. 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