Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stemkoski/stemkoski.github.com
/ object
Function
object
Three.js/js/parser.js:22–26 ·
view source on GitHub ↗
(o)
Source
from the content-addressed store, hash-verified
20
21
var
Parser = (
function
(scope) {
22
function
object(o) {
23
function
F() {}
24
F.prototype = o;
25
return
new
F();
26
}
27
28
var
TNUMBER = 0;
29
var
TOP1 = 1;
Callers
1
parser.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected