Searched refs:decorationValue (Results 1 – 1 of 1) sorted by relevance
9500 JSRef<JSVal> decorationValue = obj->GetProperty("decoration"); in ParseAIEntityColor() local9501 if (decorationValue->IsUndefined() || !decorationValue->IsObject()) { in ParseAIEntityColor()9505 JSRef<JSObject> decorationObj = JSRef<JSObject>::Cast(decorationValue); in ParseAIEntityColor()