tree: 1ff423678f0be3a58dfadb105446132311d34a3a [path history] [tgz]
  1. active_script_wrappable_base.cc
  2. active_script_wrappable_base.h
  3. active_script_wrappable_manager.cc
  4. active_script_wrappable_manager.h
  5. bigint.h
  6. binding_security_for_platform.cc
  7. binding_security_for_platform.h
  8. bindings_tips.md
  9. callback_function_base.cc
  10. callback_function_base.h
  11. callback_interface_base.cc
  12. callback_interface_base.h
  13. callback_method_retriever.cc
  14. callback_method_retriever.h
  15. cross_thread_copier.h
  16. custom_wrappable.h
  17. DEPS
  18. dictionary_base.cc
  19. dictionary_base.h
  20. DIR_METADATA
  21. dom_data_store.cc
  22. dom_data_store.h
  23. dom_wrapper_world.cc
  24. dom_wrapper_world.h
  25. enumeration_base.h
  26. exception_code.h
  27. exception_context.h
  28. exception_messages.cc
  29. exception_messages.h
  30. exception_state.cc
  31. exception_state.h
  32. extensions_registry.cc
  33. extensions_registry.h
  34. idl_member_installer.cc
  35. idl_member_installer.h
  36. multi_worlds_v8_reference.cc
  37. multi_worlds_v8_reference.h
  38. name_client.h
  39. no_alloc_direct_call_exception_state.cc
  40. no_alloc_direct_call_exception_state.h
  41. no_alloc_direct_call_host.cc
  42. no_alloc_direct_call_host.h
  43. observable_array_base.cc
  44. observable_array_base.h
  45. origin_trial_features.cc
  46. origin_trial_features.h
  47. OWNERS
  48. parkable_string.cc
  49. parkable_string.h
  50. parkable_string_manager.cc
  51. parkable_string_manager.h
  52. parkable_string_test.cc
  53. README.md
  54. runtime_call_stats.cc
  55. runtime_call_stats.h
  56. runtime_call_stats_test.cc
  57. RuntimeCallStats.md
  58. scoped_persistent.h
  59. script_forbidden_scope.cc
  60. script_forbidden_scope.h
  61. script_state.cc
  62. script_state.h
  63. script_wrappable.cc
  64. script_wrappable.h
  65. source_location.cc
  66. source_location.h
  67. string_resource.h
  68. sync_iterator_base.cc
  69. sync_iterator_base.h
  70. thread_debugger.cc
  71. thread_debugger.h
  72. to_blink_string.cc
  73. to_blink_string.h
  74. to_v8.h
  75. trace_wrapper_v8_reference.h
  76. trace_wrapper_v8_string.cc
  77. trace_wrapper_v8_string.h
  78. TraceWrapperReference.md
  79. union_base.cc
  80. union_base.h
  81. v8_binding.cc
  82. v8_binding.h
  83. v8_binding_macros.h
  84. v8_cross_origin_callback_info.h
  85. v8_cross_origin_property_support.cc
  86. v8_cross_origin_property_support.h
  87. v8_dom_activity_logger.cc
  88. v8_dom_activity_logger.h
  89. v8_dom_wrapper.cc
  90. v8_dom_wrapper.h
  91. v8_global_value_map.h
  92. v8_interface_bridge.h
  93. v8_interface_bridge_base.cc
  94. v8_interface_bridge_base.h
  95. v8_object_constructor.cc
  96. v8_object_constructor.h
  97. v8_object_data_store.cc
  98. v8_object_data_store.h
  99. v8_per_context_data.cc
  100. v8_per_context_data.h
  101. v8_per_isolate_data.cc
  102. v8_per_isolate_data.h
  103. v8_private_property.cc
  104. v8_private_property.h
  105. v8_set_return_value.cc
  106. v8_set_return_value.h
  107. v8_throw_exception.cc
  108. v8_throw_exception.h
  109. v8_value_cache.cc
  110. v8_value_cache.h
  111. v8_value_or_script_wrappable_adapter.cc
  112. v8_value_or_script_wrappable_adapter.h
  113. wrapper_type_info.cc
  114. 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: