(left, right)
| 92988 | } |
| 92989 | } |
| 92990 | function createCheckedValue(left, right) { |
| 92991 | return factory.createLogicalAnd(factory.createStrictInequality(factory.createTypeOfExpression(left), factory.createStringLiteral("undefined")), right); |
| 92992 | } |
| 92993 | /** |
| 92994 | * Serializes an entity name which may not exist at runtime, but whose access shouldn't throw |
| 92995 | * |
no outgoing calls
no test coverage detected