Sample:
dw.system.HookMgr.callHook( "dw.order.calculate", "calculate", basket );
extensionPoint refers to the same name used to register a script as implementation. With this method it's only possible to check for a whole script registered but it is not possible to check, whether an individual function is implemented.
Sample:
dw.system.HookMgr.hasHook( "dw.order.calculate" );