MCPcopy Create free account
hub / github.com/codecombat/codecombat / worker_world.js

File worker_world.js

app/assets/javascripts/workers/worker_world.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// This file is in JavaScript because we can't figure out how to get brunch to compile it bare.
2
3if(typeof window !== 'undefined' || !self.importScripts)
4 throw "Attempt to load worker_world into main window instead of web worker.";

Callers

nothing calls this directly

Calls 6

trySerializeFunction · 0.85
serializeMethod · 0.80
logMethod · 0.80
stringifyMethod · 0.45
destroyMethod · 0.45

Tested by

no test coverage detected