(funct, name, prop)
| 4860 | } |
| 4861 | |
| 4862 | function getprop(funct, name, prop) { |
| 4863 | if (!funct["(properties)"][name]) |
| 4864 | return null; |
| 4865 | |
| 4866 | return funct["(properties)"][name][prop] || null; |
| 4867 | } |
| 4868 | |
| 4869 | function functor(name, token, scope, overwrites) { |
| 4870 | var funct = { |