MCPcopy Index your code
hub / github.com/nodejs/node / classOf

Function classOf

deps/v8/test/mjsunit/mjsunit.js:293–298  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

291 } catch (e) {}
292
293 function classOf(object) {
294 // Argument must not be null or undefined.
295 var string = ObjectPrototypeToString.call(object);
296 // String has format [object <ClassName>].
297 return string.substring(8, string.length - 1);
298 }
299
300
301 function ValueOf(value) {

Callers 3

ValueOfFunction · 0.70
prettyPrintFunction · 0.70
mjsunit.jsFile · 0.70

Calls 1

callMethod · 0.45

Tested by

no test coverage detected