MCPcopy
hub / github.com/microsoft/playwright / toJSON

Function toJSON

packages/isomorphic/cssTokenizer.ts:715–719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

713 }
714
715 override toJSON() {
716 const json = this.constructor.prototype.constructor.prototype.toJSON.call(this);
717 json.value = this.value;
718 return json;
719 }
720}
721
722export class IdentToken extends StringValuedToken {

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…