tree: ac129e6474031a67bc4eee6c6f218e96b09499b6 [path history] [tgz]
  1. ActiveScriptWrappable.cpp
  2. ActiveScriptWrappable.h
  3. CallbackFunctionBase.cpp
  4. CallbackFunctionBase.h
  5. ConditionalFeatures.cpp
  6. ConditionalFeatures.h
  7. DEPS
  8. DOMDataStore.h
  9. DOMWrapperMap.h
  10. DOMWrapperWorld.cpp
  11. DOMWrapperWorld.h
  12. Microtask.cpp
  13. Microtask.h
  14. OWNERS
  15. README.md
  16. RuntimeCallStats.cpp
  17. RuntimeCallStats.h
  18. RuntimeCallStats.md
  19. RuntimeCallStatsTest.cpp
  20. ScopedPersistent.h
  21. ScriptPromiseProperties.h
  22. ScriptState.cpp
  23. ScriptState.h
  24. ScriptWrappable.cpp
  25. ScriptWrappable.h
  26. ScriptWrappableVisitor.cpp
  27. ScriptWrappableVisitor.h
  28. ScriptWrappableVisitorVerifier.h
  29. SharedPersistent.h
  30. StringResource.cpp
  31. StringResource.h
  32. ToV8.h
  33. TraceWrapperBase.h
  34. TraceWrapperMember.h
  35. TraceWrapperReference.md
  36. TraceWrapperV8Reference.h
  37. V0CustomElementBinding.cpp
  38. V0CustomElementBinding.h
  39. V8Binding.cpp
  40. V8Binding.h
  41. V8BindingMacros.h
  42. V8DOMActivityLogger.cpp
  43. V8DOMActivityLogger.h
  44. V8DOMWrapper.cpp
  45. V8DOMWrapper.h
  46. V8GlobalValueMap.h
  47. V8ObjectConstructor.cpp
  48. V8ObjectConstructor.h
  49. V8PerContextData.cpp
  50. V8PerContextData.h
  51. V8PerIsolateData.cpp
  52. V8PerIsolateData.h
  53. V8PrivateProperty.cpp
  54. V8PrivateProperty.h
  55. V8ThrowException.cpp
  56. V8ThrowException.h
  57. V8ValueCache.cpp
  58. V8ValueCache.h
  59. WrapperCreationSecurityCheck.cpp
  60. WrapperCreationSecurityCheck.h
  61. WrapperTypeInfo.cpp
  62. WrapperTypeInfo.h
third_party/WebKit/Source/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: