Searched refs:propertyValue (Results 1 – 2 of 2) sorted by relevance
585 auto propertyValue = objectMember(value, "property"); in convertFunctionToExpression() local586 if (!propertyValue) { in convertFunctionToExpression()591 auto property = toString(*propertyValue); in convertFunctionToExpression()
370 auto propertyValue = params.feature->getValue(key); in initializeDefinitions() local371 if (!propertyValue) { in initializeDefinitions()374 return Value(toExpressionValue(*propertyValue)); in initializeDefinitions()