Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/visionmedia/masteringnode
/ Dog
Function
Dog
src/events/subclass.js:8–10 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
6
var
EventEmitter = require(
'events'
).EventEmitter;
7
8
function
Dog(name) {
9
this.name = name;
10
}
11
12
Dog.prototype.__proto__ = EventEmitter.prototype;
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected