tree: 79d1910e7461bbca7dad0a0169914b3f53c6a726 [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. js_module_script.cc
  25. js_module_script.h
  26. layered_api.cc
  27. layered_api.h
  28. layered_api_module.h
  29. layered_api_resources.h
  30. layered_api_test.cc
  31. mock_script_element_base.h
  32. modulator.cc
  33. modulator.h
  34. modulator_impl_base.cc
  35. modulator_impl_base.h
  36. module_import_meta.h
  37. module_map.cc
  38. module_map.h
  39. module_map_test.cc
  40. module_pending_script.cc
  41. module_pending_script.h
  42. module_record_resolver.h
  43. module_record_resolver_impl.cc
  44. module_record_resolver_impl.h
  45. module_record_resolver_impl_test.cc
  46. module_script.cc
  47. module_script.h
  48. module_script_test.cc
  49. OWNERS
  50. parsed_specifier.cc
  51. parsed_specifier.h
  52. pending_import_map.cc
  53. pending_import_map.h
  54. pending_script.cc
  55. pending_script.h
  56. README.md
  57. script.h
  58. script_element_base.cc
  59. script_element_base.h
  60. script_loader.cc
  61. script_loader.h
  62. script_runner.cc
  63. script_runner.h
  64. script_runner_test.cc
  65. script_scheduling_type.h
  66. value_wrapper_synthetic_module_script.cc
  67. value_wrapper_synthetic_module_script.h
  68. worker_modulator_impl.cc
  69. worker_modulator_impl.h
  70. worklet_modulator_impl.cc
  71. worklet_modulator_impl.h
  72. xml_parser_script_runner.cc
  73. xml_parser_script_runner.h
  74. 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