Searched refs:call (Results 1 – 14 of 14) sorted by relevance
22 EventEmitter.call(this);
13 EventEmitter.call(this);
51 this.buffer.push([ new Date(), Array.prototype.slice.call(arguments) ]);
18 EventEmitter.call(this);345 Readable.call(this);401 EventEmitter.call(this);
24 EventEmitter.call(this);
25 EventEmitter.call(this);
89 EventEmitter.call(this);
45 EventEmitter.call(this);
17 pojoEndpointBase.onCloseFail=Failed to call onClose method of POJO end point for POJO of type [{0}]19 pojoEndpointBase.onErrorFail=Failed to call onError method of POJO end point for POJO of type [{0}]20 pojoEndpointBase.onOpenFail=Failed to call onOpen method of POJO end point for POJO of type [{0}]
93 PyObject *call; in nxt_python_asgi_get_func() local107 call = PyObject_GetAttrString(obj, "__call__"); in nxt_python_asgi_get_func()109 if (call == NULL) { in nxt_python_asgi_get_func()113 if (PyFunction_Check(call)) { in nxt_python_asgi_get_func()114 return call; in nxt_python_asgi_get_func()117 if (PyMethod_Check(call)) { in nxt_python_asgi_get_func()118 obj = PyMethod_GET_FUNCTION(call); in nxt_python_asgi_get_func()131 Py_DECREF(call); in nxt_python_asgi_get_func()
30 subprocess.call(['kill', '-9'] + list(pids))
228 def pytest_runtest_makereport(item, call): argument
95 docker pull $(CONTAINER_$(call modname, $*))
40 …y, this means the Servlet that created the WsHttpUpgradeHandler instance should also call preInit()