Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-07-22 22:10:47 +03:00
parent 779e842923
commit ff5e4e0eba

View File

@ -25,6 +25,9 @@
// Function methods to link into a constructor producing a callable // Function methods to link into a constructor producing a callable
// defined via .__call__(..) // defined via .__call__(..)
// //
// These are needed to support the expected popular function API in a
// callable potentially not related to a function.
//
// see: Constructor(..) for details. // see: Constructor(..) for details.
module.LINK_FUNCTION_METHODS = [ module.LINK_FUNCTION_METHODS = [
'call', 'call',