Home
last modified time | relevance | path

Searched refs:childName (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/harness/
DharnessUtils.ts122 for (const childName in node) { constant
123 if (childName === "parent" ||
124 childName === "nextContainer" ||
125 childName === "modifiers" ||
126 childName === "externalModuleIndicator" ||
128 childName === "jsDocComment" ||
129 childName === "checkJsDirective" ||
130 childName === "commonJsModuleIndicator" ||
132 childName === "illegalInitializer" ||
133 childName === "illegalDecorators" ||
[all …]
/third_party/node/deps/npm/node_modules/tuf-js/dist/
Dupdater.js307 for (const { role: childName, terminating } of rolesForTarget) {
309 roleName: childName,
/third_party/typescript/src/compiler/
Dsys.ts738 function createAndAddChildDirectoryWatcher(childName: string) {
739 const result = createDirectoryWatcher(childName, options);
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp708 std::ostringstream childName; in setName() local
709 childName << "m" << (i % (childUniforms.size() / type.arraySize)); in setName()
714 childUniforms[i].setName(childParentName.str(), childName.str()); in setName()
/third_party/typescript/lib/
Dtsc.js4176 function createAndAddChildDirectoryWatcher(childName) { argument
4177 var result = createDirectoryWatcher(childName, options);
DtypingsInstaller.js6692 function createAndAddChildDirectoryWatcher(childName) { argument
6693 var result = createDirectoryWatcher(childName, options);