MCPcopy 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
21var 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.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected