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