Searched refs:itemSymbolIconObject (Results 1 – 2 of 2) sorted by relevance
38 auto itemSymbolIconObject = itemObject->GetProperty("symbolIcon"); in ParseSymbolAndIcon() local39 if (itemSymbolIconObject->IsObject()) { in ParseSymbolAndIcon()41 JSViewAbstract::SetSymbolOptionApply(info, iconSymbol, itemSymbolIconObject); in ParseSymbolAndIcon()244 auto itemSymbolIconObject = itemObject->GetProperty("symbolIcon"); in ParseBarItems() local245 if (itemSymbolIconObject->IsObject()) { in ParseBarItems()247 JSViewAbstract::SetSymbolOptionApply(info, iconSymbol, itemSymbolIconObject); in ParseBarItems()
122 auto itemSymbolIconObject = obj->Get(vm, panda::StringRef::NewFromUtf8(vm, "symbolIcon")); in ParseAndSendFunctionParam() local123 if (itemSymbolIconObject->IsObject(vm)) { in ParseAndSendFunctionParam()