MCPcopy Create free account
hub / github.com/NeilFraser/JS-Interpreter / decodeLoc_

Function decodeLoc_

demos/serialize.js:166–189  ·  view source on GitHub ↗

* Turn a serialized string '1:0-4:21 code' into a location object: * { * start: {line 1, column: 0}, * end: {line 4, column: 21}, * source: "code" * } * @param {string} locText Serialized location. * @returns {!Object} Location object.

(locText)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

createObjectStub_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…