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