tree: bc16bdb04e1bfe1a99fa54628d9d63bb7a63ea24 [path history] [tgz]
  1. blink_isolate/
  2. active_script_wrappable_base.cc
  3. active_script_wrappable_base.h
  4. binding_security_for_platform.cc
  5. binding_security_for_platform.h
  6. bindings_tips.md
  7. callback_function_base.cc
  8. callback_function_base.h
  9. callback_interface_base.cc
  10. callback_interface_base.h
  11. callback_method_retriever.cc
  12. callback_method_retriever.h
  13. custom_wrappable.h
  14. DEPS
  15. dictionary_base.h
  16. dom_data_store.cc
  17. dom_data_store.h
  18. dom_wrapper_world.cc
  19. dom_wrapper_world.h
  20. enumeration_base.h
  21. exception_code.h
  22. exception_messages.cc
  23. exception_messages.h
  24. exception_state.cc
  25. exception_state.h
  26. microtask.cc
  27. microtask.h
  28. name_client.h
  29. origin_trial_features.cc
  30. origin_trial_features.h
  31. OWNERS
  32. parkable_string.cc
  33. parkable_string.h
  34. parkable_string_manager.cc
  35. parkable_string_manager.h
  36. parkable_string_test.cc
  37. README.md
  38. runtime_call_stats.cc
  39. runtime_call_stats.h
  40. runtime_call_stats_test.cc
  41. RuntimeCallStats.md
  42. scoped_persistent.h
  43. script_forbidden_scope.cc
  44. script_forbidden_scope.h
  45. script_state.cc
  46. script_state.h
  47. script_wrappable.cc
  48. script_wrappable.h
  49. string_resource.cc
  50. string_resource.h
  51. to_v8.h
  52. trace_wrapper_v8_reference.h
  53. trace_wrapper_v8_string.cc
  54. trace_wrapper_v8_string.h
  55. TraceWrapperReference.md
  56. union_base.h
  57. v0_custom_element_binding.cc
  58. v0_custom_element_binding.h
  59. v8_binding.cc
  60. v8_binding.h
  61. v8_binding_macros.h
  62. v8_cross_origin_callback_info.h
  63. v8_dom_activity_logger.cc
  64. v8_dom_activity_logger.h
  65. v8_dom_wrapper.cc
  66. v8_dom_wrapper.h
  67. v8_global_value_map.h
  68. v8_interface_bridge.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_set_return_value.cc
  78. v8_set_return_value.h
  79. v8_throw_exception.cc
  80. v8_throw_exception.h
  81. v8_value_cache.cc
  82. v8_value_cache.h
  83. v8_value_or_script_wrappable_adapter.cc
  84. v8_value_or_script_wrappable_adapter.h
  85. wrapper_type_info.cc
  86. 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: