Searched refs:jsTextMenuId (Results 1 – 2 of 2) sorted by relevance
2026 auto jsTextMenuId = menuItemObject->Get(vm, panda::StringRef::NewFromUtf8(vm, "id")); in WrapMenuParams() local2028 if (jsTextMenuId->IsObject(vm)) { in WrapMenuParams()2029 auto textMenuIdObject = jsTextMenuId->ToObject(vm); in WrapMenuParams()
10952 auto jsTextMenuId = menuItemObject->GetProperty("id"); in ParseOnCreateMenu() local10954 if (jsTextMenuId->IsObject()) { in ParseOnCreateMenu()10955 auto textMenuIdObject = JSRef<JSObject>::Cast(jsTextMenuId); in ParseOnCreateMenu()