tree: 47a538b3420603745af17c796bb4605bb9262fe8 [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. COMMON_METADATA
  7. detect_javascript_frameworks.cc
  8. detect_javascript_frameworks.h
  9. DIR_METADATA
  10. document_modulator_impl.cc
  11. document_modulator_impl.h
  12. document_modulator_impl_test.cc
  13. document_write_intervention.cc
  14. document_write_intervention.h
  15. dynamic_module_resolver.cc
  16. dynamic_module_resolver.h
  17. dynamic_module_resolver_test.cc
  18. fetch_client_settings_object_impl.cc
  19. fetch_client_settings_object_impl.h
  20. html_parser_script_runner.cc
  21. html_parser_script_runner.h
  22. html_parser_script_runner_host.h
  23. ignore_destructive_write_count_incrementer.h
  24. import_map.cc
  25. import_map.h
  26. import_map_error.cc
  27. import_map_error.h
  28. js_module_script.cc
  29. js_module_script.h
  30. mock_script_element_base.h
  31. modulator.cc
  32. modulator.h
  33. modulator_impl_base.cc
  34. modulator_impl_base.h
  35. module_import_meta.h
  36. module_map.cc
  37. module_map.h
  38. module_map_test.cc
  39. module_pending_script.cc
  40. module_pending_script.h
  41. module_record_resolver.h
  42. module_record_resolver_impl.cc
  43. module_record_resolver_impl.h
  44. module_record_resolver_impl_test.cc
  45. module_script.cc
  46. module_script.h
  47. module_script_test.cc
  48. OWNERS
  49. parsed_specifier.cc
  50. parsed_specifier.h
  51. pending_import_map.cc
  52. pending_import_map.h
  53. pending_script.cc
  54. pending_script.h
  55. README.md
  56. script.cc
  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. script_type_names.json5
  67. value_wrapper_synthetic_module_script.cc
  68. value_wrapper_synthetic_module_script.h
  69. worker_modulator_impl.cc
  70. worker_modulator_impl.h
  71. worklet_modulator_impl.cc
  72. worklet_modulator_impl.h
  73. xml_parser_script_runner.cc
  74. xml_parser_script_runner.h
  75. 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