Searched refs:childName (Results 1 – 6 of 6) sorted by relevance
122 for (const childName in node) { constant123 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 …]
307 for (const { role: childName, terminating } of rolesForTarget) {309 roleName: childName,
738 function createAndAddChildDirectoryWatcher(childName: string) {739 const result = createDirectoryWatcher(childName, options);
708 std::ostringstream childName; in setName() local709 childName << "m" << (i % (childUniforms.size() / type.arraySize)); in setName()714 childUniforms[i].setName(childParentName.str(), childName.str()); in setName()
4176 function createAndAddChildDirectoryWatcher(childName) { argument4177 var result = createDirectoryWatcher(childName, options);
6692 function createAndAddChildDirectoryWatcher(childName) { argument6693 var result = createDirectoryWatcher(childName, options);