Home
last modified time | relevance | path

Searched refs:updateScript (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1625 public updateScript(name: string, content: string, isResident = false) {
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1625 public updateScript(name: string, content: string, isResident = false) {
3488 TypeScriptLS.prototype.updateScript = function (name, content, isResident) { method in TypeScriptLS
Dparserharness.errors.txt1923 public updateScript(name: string, content: string, isResident = false) {
Dparserharness.symbols4895 public updateScript(name: string, content: string, isResident = false) {
4896 >updateScript : Symbol(TypeScriptLS.updateScript, Decl(parserharness.ts, 1621, 9))
Dparserharness.types6656 public updateScript(name: string, content: string, isResident = false) {
6657 >updateScript : (name: string, content: string, isResident?: boolean) => void