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