tree: 1cfb01d6a70202a563f7f840f5d4cdca142c8418 [path history] [tgz]
  1. active_script_wrappable_base.cc
  2. active_script_wrappable_base.h
  3. binding_security_for_platform.cc
  4. binding_security_for_platform.h
  5. callback_function_base.cc
  6. callback_function_base.h
  7. callback_interface_base.cc
  8. callback_interface_base.h
  9. callback_method_retriever.cc
  10. callback_method_retriever.h
  11. custom_wrappable.h
  12. DEPS
  13. dom_data_store.h
  14. dom_wrapper_world.cc
  15. dom_wrapper_world.h
  16. exception_code.h
  17. exception_messages.cc
  18. exception_messages.h
  19. exception_state.cc
  20. exception_state.h
  21. microtask.cc
  22. microtask.h
  23. name_client.h
  24. origin_trial_features.cc
  25. origin_trial_features.h
  26. OWNERS
  27. parkable_string.cc
  28. parkable_string.h
  29. parkable_string_manager.cc
  30. parkable_string_manager.h
  31. parkable_string_test.cc
  32. README.md
  33. runtime_call_stats.cc
  34. runtime_call_stats.h
  35. runtime_call_stats_test.cc
  36. RuntimeCallStats.md
  37. scoped_persistent.h
  38. script_forbidden_scope.cc
  39. script_forbidden_scope.h
  40. script_promise_properties.h
  41. script_state.cc
  42. script_state.h
  43. script_wrappable.cc
  44. script_wrappable.h
  45. script_wrappable_marking_visitor.cc
  46. script_wrappable_marking_visitor.h
  47. script_wrappable_visitor.h
  48. script_wrappable_visitor_verifier.h
  49. shared_persistent.h
  50. string_resource.cc
  51. string_resource.h
  52. to_v8.h
  53. trace_wrapper_member.h
  54. trace_wrapper_v8_reference.h
  55. trace_wrapper_v8_string.cc
  56. trace_wrapper_v8_string.h
  57. TraceWrapperReference.md
  58. v0_custom_element_binding.cc
  59. v0_custom_element_binding.h
  60. v8_binding.cc
  61. v8_binding.h
  62. v8_binding_macros.h
  63. v8_cross_origin_setter_info.h
  64. v8_dom_activity_logger.cc
  65. v8_dom_activity_logger.h
  66. v8_dom_wrapper.cc
  67. v8_dom_wrapper.h
  68. v8_global_value_map.h
  69. v8_object_constructor.cc
  70. v8_object_constructor.h
  71. v8_per_context_data.cc
  72. v8_per_context_data.h
  73. v8_per_isolate_data.cc
  74. v8_per_isolate_data.h
  75. v8_private_property.cc
  76. v8_private_property.h
  77. v8_throw_exception.cc
  78. v8_throw_exception.h
  79. v8_value_cache.cc
  80. v8_value_cache.h
  81. v8_value_or_script_wrappable_adapter.cc
  82. v8_value_or_script_wrappable_adapter.h
  83. wrapper_type_info.cc
  84. wrapper_type_info.h
third_party/blink/renderer/platform/bindings/README.md

Bindings

This directory contains classes and functionality used to implement the V8 bindings layer in Blink. Any reusable bindings components/infrastructure that are independent of core/ objects (or can be generalized to be independent) should be added to this directory, otherwise they can be kept in bindings/core/.

Some of the things you can find here are: