mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Document RegisterBindings::RegisterProxyHandlers.
This commit is contained in:
parent
03b04e5363
commit
6b160c6a29
1 changed files with 2 additions and 1 deletions
|
@ -4982,8 +4982,9 @@ class CGRegisterProtos(CGAbstractMethod):
|
|||
|
||||
class CGRegisterProxyHandlersMethod(CGAbstractMethod):
|
||||
def __init__(self, descriptors):
|
||||
docs = "Create the global vtables used by the generated DOM bindings to implement JS proxies."
|
||||
CGAbstractMethod.__init__(self, None, 'RegisterProxyHandlers', 'void', [],
|
||||
unsafe=True, pub=True)
|
||||
unsafe=True, pub=True, docs=docs)
|
||||
self.descriptors = descriptors
|
||||
|
||||
def definition_body(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue