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

Method toJSON

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

Source from the content-addressed store, hash-verified

693 override toString() { return 'DELIM(' + this.value + ')'; }
694
695 override toJSON() {
696 const json = this.constructor.prototype.constructor.prototype.toJSON.call(this);
697 json.value = this.value;
698 return json;
699 }
700
701 override toSource() {
702 if (this.value === '\\')

Callers

nothing calls this directly

Calls 1

callMethod · 0.80

Tested by

no test coverage detected