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