Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ternjs/tern
/ F
Function
F
test/cases/blowup.js:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
subclass =
function
() { superclass.apply(this, arguments); };
5
6
var
F =
function
() {};
7
F.prototype = superclass.prototype;
8
subclass.prototype =
new
F();
9
Callers
1
polyfill.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected