Methods
construct()
Handle construct call.
Returns:
A null driver proxy instance.
get(object, property)
Handle property access.
Parameters:
Name | Type | Description |
---|---|---|
object |
object | The generic class instance. |
property |
string | symbol | number | The property name. |
Returns:
A generator for iterator property, null for symbol property, null driver proxy instance for anything else.
- Type
- GeneratorFunction | null | support.drivers.NullDriverProxy
apply()
Handle function call on null driver.
Returns:
A null driver proxy instance.
makeProxy()
Make new null proxy.
Returns:
A null driver proxy instance.