Home
last modified time | relevance | path

Searched defs:newContent (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DrefactorConvertExport_exportNodeKinds.ts73 const newContent = tests[name]; constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts30 const newContent = old.replace(oldText, newText); constant
/third_party/typescript/src/harness/
DfourslashImpl.ts3010 …const newContent = change.isNewFile ? ts.first(change.textChanges).newText : ts.textChanges.applyC… constant
3572 … const { renamePosition: rp, newContent } = TestState.parseNewContent(newFileContents[fileName]); constant
3603 …const newContent = newContentWithRenameMarker.slice(0, renamePosition) + newContentWithRenameMarke… constant
3634 const newContent = newFileContents[fileName]; constant
DfourslashInterfaceImpl.ts1729 newContent: NewFileContent; property
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.cc1016 const String16& scriptId, const String16& newContent, Maybe<bool> dryRun, in setScriptSource()