Lines Matching refs:constructorName
227 var constructorName = constructor.name;
228 if (IS_STRING(constructorName) && constructorName !== "") {
229 return "#<" + constructorName + ">";
278 var constructorName = constructor.name;
279 if (IS_STRING(constructorName) && constructorName !== "") {
280 return "#<" + constructorName + ">";
1108 var constructorName = constructor.name;
1109 if (!constructorName) {
1113 return constructorName;