Home
last modified time | relevance | path

Searched refs:_newLine (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/scripts/
DcreatePlaygroundBuild.js240 var _newLine = '\n'.charCodeAt(0);
259 case _newLine:
/third_party/typescript/src/harness/
DfakesHosts.ts228 private _newLine: string;
234 this._newLine = ts.getNewLineCharacter(options, () => this.sys.newLine);
257 return this._newLine;
/third_party/python/Lib/
Dturtle.py2426 self._newLine()
2464 def _newLine(self, usePos = True): member in TPen
2727 self._newLine(self._drawing)
3196 self._newLine()
3282 def _newLine(self, usePos=True): member in RawTurtle
3327 self._newLine()