export class CallbacksInvoker<EventTypeClass extends EventType = EventType> {
/**
* @deprecated since v3.5.0, this is an engine private interface that will be removed in the future.
*/
public _callbackTable: ICallbackTable = createMap(true);
这个虽然是下划线开头,但之前定义了是 public ,不会做压缩处理。
jsb[‘onError’],不受影响,后续会加入更统一的错误处理接口。
. window["__errorHandler"],用于错误监听
JSB 相关的调用,不受影响
. cc.EventTarget 中的 clear,用于清理所有事件,功能正常但是不知道为什么不是 public 接口