| 434 | if (!exceptionTracker) { |
| 435 | return false; |
| 436 | } |
| 437 | |
| 438 | if (!context.isValueUndefined(propertyValueResult.get())) { |
| 439 | auto cppPropertyName = context.propertyNameToString(propertyName); |
| 440 | |
| 441 | auto convertedProperty = jsValueToValue(context, |
| 442 | propertyValueResult.get(), |
| 443 | referenceInfoBuilder.withProperty(cppPropertyName), |
| 444 | exceptionTracker); |
no test coverage detected